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

Bug #13568 User functions are not ignored
Submitted: 2008-04-02 16:21 UTC
From: lucor Assigned: farell
Status: Closed Package: PHP_CompatInfo (version CVS)
PHP Version: 5.2.4 OS: ubuntu 7.10
Roadmaps: 1.7.0    
Subscription  


 [2008-04-02 16:21 UTC] lucor (Luca Corbo)
Description: ------------ An incorrect extension is detected if the name of the method used in the user class is equals to the keyword defined in the func_array.php. Test script: --------------- <?php class Test { function connect() {} function disconnect() {} } ?> Expected result: ---------------- $ pci -r xml -f test.php <?xml version="1.0" encoding="UTF-8"?> <pci version="1.7.0b3"> <file name="test.php"> <version>3.0.0</version> </file> </pci> Actual result: -------------- $ pci -r xml -f test.php <?xml version="1.0" encoding="UTF-8"?> <pci version="1.7.0b3"> <file name="test.php"> <version>3.0.0</version> <extension count="1">sam</extension> </file> </pci>

Comments

 [2008-04-02 20:53 UTC] farell (Laurent Laville)
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.