Home » PEAR » PEAR » Bug #5865
doesn't work with PHP4.2.x
Details
| 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 |
| Roadmaps | (Not assigned) |
Comments
[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
[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.