PHP PEAR installation help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vinodkalpaka
Forum Newbie
Posts: 11
Joined: Thu Jun 02, 2005 1:11 am

PHP PEAR installation help

Post 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.
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post 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.
Post Reply