Summary | turba/lib/Data/ldif.php uses function only avail in PHP >= 5.1 |
Queue | Turba |
Queue Version | 2.3.2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | pop3 (at) flachtaucher (dot) de |
Created | 09/18/2009 (5778 days ago) |
Due | |
Updated | 09/18/2009 (5778 days ago) |
Assigned | |
Resolved | 09/18/2009 (5778 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 2.3.3 |
Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
Milestone ⇒ 2.3.3
Don't use PHP 5 code (
Bug #8586).http://cvs.horde.org/diff.php/turba/lib/Data/ldif.php?rt=horde&r1=1.2.2.4&r2=1.2.2.5&ty=u
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ turba/lib/Data/ldif.php uses function only avail in PHP >= 5.1
Type ⇒ Bug
State ⇒ Unconfirmed
turba, according to those files turba should work with PHP4.
Workaround: If function is not defined implement it, for example like here:
http://snipplr.com/view/4920/arrayintersectkey-for-php4/