I want to install PEAR on my windows 7. I have Wamp 2.1 with php 5.3.4. It seems that there are no files like "go-pear.bat" in this new version of wamp.
Then how can I install PEAR?
Thanks.
Follow the PEAR instructions on the PEAR website. And yes, you can follow the Unix steps to get the go-pear.phar .
go-pear.phar
I followed these steps and it works for me 1. download go-pear.phar directly from the pear website. http://pear.php.net/go-pear.phar 2. Copy this file to c: /wamp/bin/php/php5.3.8. 3. Open the promt command. 4. Change to the php5.3.8 directory using cd c: /wamp/bin/php/php5.3.8 5. run the php go-pear.phar command
thanks