I want to install PEAR on my windows 7. I have Wamp 2.1 with php 5.3.4 It seems that there's no such files as "go-pear.bat" in this ne开发者_Go百科w version of wamp.
Then how can I install PEAR ?
Thank you.
I have followed these steps and it works for me 1. download go-pear.phar right from pear website. http://pear.php.net/go-pear.phar 2. Copy this file in c:/wamp/bin/php/php5.3.8 3. Open command promt. 4. Go to the php5.3.8 directory using cd c:/wamp/bin/php/php5.3.8 5. run the command php go-pear.phar
Thanks
Please follow the PEAR installation instructions on the PEAR website. And yes, you can follow the Unix steps to get a go-pear.phar
file.
精彩评论