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

Bug #9791 Warning: Wrong parameter count for array_key_exists() in PEAR/Builder.php on li
Submitted: 2007-01-09 22:41 UTC
From: saltybeagle Assigned: cellog
Status: Closed Package: PEAR (version 1.5.0RC3)
PHP Version: 5.2.0 OS: Mac OS X
Roadmaps: (Not assigned)    
Subscription  


 [2007-01-09 22:41 UTC] saltybeagle (Brett Bieber)
Description: ------------ Warning: Wrong parameter count for array_key_exists() in PEAR/Builder.php on line 305 when I ran pear install pecl/apc Test script: --------------- $default = array_key_exists($o['default']) ? $o['default'] : null; should be $default = array_key_exists('default',$o) ? $o['default'] : null;

Comments

 [2007-01-10 05:32 UTC] cellog (Greg Beaver)
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.