Page 1 of 1

PHP PEAR installation help

Posted: Thu Jun 02, 2005 1:22 am
by vinodkalpaka
Hi,

Recently I have installed php-4.3.4 in my server(Windows). But I could not find a file named go-pear.bat (that's for installing pear packages) in my php folder(C:\PHP).Should I install go-pear.bat seperately in my server? Also I could not find a folder named' pear'.
Please help me.
Thanking in advance.

From,
Vinod A.

Posted: Thu Jun 02, 2005 2:32 pm
by Ambush Commander
If you can't find it, you're probably better off manually installing PEAR (That's what I do and I *have* go-pear.bat)

1. Create a folder for all your PEAR scripts
2. Add the folder to your include path
3. Download packages from the PEAR website, and use the XML file as a guideline to where you place the files in your PEAR directory.