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

Bug #16397 Net_LDAP2::getVersion() returns wrong version
Submitted: 2009-07-02 09:40 UTC
From: er88 Assigned: beni
Status: Closed Package: Net_LDAP2 (version 2.0.2)
PHP Version: Irrelevant OS:
Roadmaps: 2.1.0    
Subscription  


 [2009-07-02 09:40 UTC] er88 (Sean Lavine)
Description: ------------ Net_LDAP2::getVersion() returns the wrong version number. Test script: --------------- <?php require_once 'Net/LDAP2.php'; echo Net_LDAP2::getVersion() . "\n"; ?> Expected result: ---------------- 2.0.2 Actual result: -------------- 2.0.0

Comments

 [2009-07-02 13:04 UTC] beni (Benedikt Hallinger)
-Status: Open +Status: Closed -Assigned To: +Assigned To: beni -Roadmap Versions: +Roadmap Versions: 2.1.0
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. Hello, this has been fixed yesterday in CVS.