Home » PEAR » PEAR » Bug #3788
go-pear does not recognize correct php.ini path
Details
| Submitted | 2005-03-12 12:54 UTC |
|---|---|
| From | info at e-novative dot de |
| Status | No Feedback |
| Package | PEAR |
| PHP Version | 5.0.3 |
| OS | Win 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.