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.
PHP PEAR installation help
Moderator: General Moderators
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
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.
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.