PEAR is archived and read-only

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

Home » PEAR » PEAR » Bug #3788

go-pear does not recognize correct php.ini path

Details

Submitted2005-03-12 12:54 UTC
Frominfo at e-novative dot de
StatusNo Feedback
PackagePEAR
PHP Version5.0.3
OSWin XP
Roadmaps(Not assigned)

Comments

[2005-03-12 12:54 UTC] info at e-novative dot de

Description:
------------
When I run go-pear.bat in my setup, it says that the path
C:\Programme\e-novative\WAMP\php\pear is not correctly set in php.ini, though it is. This is the include_path in my php.ini before running go-pear.bat:

include_path=".;C:\Programme\e-novative\WAMP\php\pear"

When I allow go-pear to edit the path, the same that is redundantly added again:

include_path=".;C:\Programme\e-novative\WAMP\php\pear;C:\Programme\e-novative\WAMP\php\pear"

Aside from that, the installation and PEAR works fine. Seems that something is wrong with go-pear's detection routines.