PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PEAR » PEAR » Bug #5865

doesn't work with PHP4.2.x

Details

Submitted2005-11-04 13:00 UTC
Fromkitfox at mocha dot freemail dot ne dot jp
Assignedcellog
StatusClosed
PackagePEAR
PHP Version4.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.