Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.1.5

Bug #11309 $ldap->modify() is not working as expected
Submitted: 2007-06-13 11:17 UTC
From: beni Assigned: beni
Status: Closed Package: Net_LDAP (version 0.7.3)
PHP Version: 4.4.4 OS:
Roadmaps: 1.0.0    
Subscription  


 [2007-06-13 11:17 UTC] beni (Benedikt Hallinger)
Description: ------------ Yesterday a irc chat in #pear revealed a bug in LDAP.php: http://phpfi.com/241254 The bug occured at line 603 of LDAP.php. I think i fixed the bug now in CVS by replaceing: if (is_array($_params['changes'])) { with if (is_array($parms['changes'])) { but this is untested so far. Bug will be closed if correct behaviour is proven.

Comments

 [2007-06-13 14:30 UTC] beni (Benedikt Hallinger)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. Tested and verified ok.