Closed (fixed)
Project:
Lightweight Directory Access Protocol
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Nov 2013 at 08:50 UTC
Updated:
22 Mar 2017 at 13:10 UTC
Jump to comment: Most recent
Comments
Comment #1
johnbarclay commentedthis is committed.
Comment #2
dbfunk commentedthat code crashes on a site built on a PHP-5.2 server.
Comment #3
johnbarclay commentedthis is fixed in 7.x-2.x-dev. Here's the new code:
Comment #4
johnbarclay commentedComment #5
nimbfire@gmail.com commentedThe proposal of #3 didn't work for me. The drush still says:
Only when I commented this function it was able to install it =(.
PHP: 5.2.17
Comment #6
katannshaw commented@nimbfire: I'm using PHP 5.5.23 and this code from 7.x-2.x-dev (@ ldap/ldap_servers/ldap_servers.functions.inc) worked for me when I replaced this code on Line 380:
with this:
Comment #7
genat commentedThanks jayhawkfan75! Worked for us too!
Comment #8
katannshaw commented@itbgt: That's great to hear! I'm glad that it was helpful.