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

Bug #5865 doesn't work with PHP4.2.x
Submitted: 2005-11-04 13:00 UTC
From: kitfox at mocha dot freemail dot ne dot jp Assigned: cellog
Status: Closed Package: PEAR
PHP Version: 4.2.2 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2005-11-04 13:00 UTC] kitfox at mocha dot freemail dot ne dot jp
Description: ------------ After upgrade PEAR 1.4.2 to 1.4.3,pear command fails. function file_get_contents is not introduced with PHP version 4.2.x. but substitution processing of 'file_get_contents' is not implemented in PEAR/Command.php: line 247 PEAR/Installer/Role.php: line 231

Comments

 [2005-11-04 19:56 UTC] cellog
unintentional omission of a compatibility file_get_contents() leads to this bug. Apologies.
 [2005-11-04 22:38 UTC] cellog
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.
 [2005-11-07 01:33 UTC] kitfox at mocha dot freemail dot ne dot jp
I confirm the added substitution in PEAR/Common.php. But it does not yet to solve this problem. Because PEAR/Common.php is not required by PEAR/Command.php and PEAR/Installer/Role.php. Best regards.
 [2005-11-12 02:27 UTC] cellog
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. fixed for real this time :/