I’m having problems installing pear on my local machine that has Wamp installed. Full setup as follows
Windows XP Pro
Wamp Server Version 2.0
php 5.3.0
I’m reading all over the net that pear has install issues with php 5.3.
if i open a dos window and type
C:\wamp\bin\php\php5.3.0\go-pear.bat
I get an error saying:
Could not open input file: PEAR\go-pear.phar
I’ve tried the workaround that is stated as getting round this problem
php -d phar.require_hash=0 go-pear.phar
but this doesn’t work as I get this error
Could not open input file: go-pear.phar
I have tried the non-pharred version from [COLOR=#b85b5a]http://pear.php.net/go-pear[/COLOR] and run it in the command window using the command below and also from a browser window by pointing to go-pear.php
php -q go-pear.php
I get lots of "PHP Deprecated: Function ereg() is deprecated in" errors and the install doesn’t go correctly.
I can’t find anything on the net how to get pear installed on Wamp and php 5.3 and would very much appreciate some help.
Thanks for your time reading this and hope someone get help me out.