Bug #770
zoneminder 1.23.3 not compatible with php 5.3
Status: | Closed | Start date: | 04/18/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | brfransen | % Done: | 0% |
|
Category: | Packages: Core | Spent time: | - | |
Target version: | 7.1 |
Description
Using zoneminder 1.23 on LinHes 6.04 give php errors because ereg related functions are deprecated. This renders zoneminder useless. Upgrade to zm 1.24 may fix this, if not replacing ereg with preg_match (5 instances) and split with preg_split (41 instances) will fix the issue.
Associated revisions
zoneminder: Bump to latest. ref #770
cambozola: Initial inclusion. Dep of zoneminder. refs #770
History
Updated by jams over 13 years ago
- Target version set to 7.1
Updated by bobmyth over 13 years ago
- File zm_reg.patch added
Please see attached patch.
Updated by brfransen about 13 years ago
- Assignee set to brfransen
- Status changed from New to Feedback
- Category set to Packages: Core
I don't use zm so I haven't tested. Please test and report back.
Updated by bobmyth about 13 years ago
I do not have a dev system to try this fix and evaluate. If you applied my original patch, I'm OK with closing this issue. I can open again if needed.
Updated by brfransen about 13 years ago
- Status changed from Feedback to Closed