Reputation: 21
I am trying to install PEAR with EASYPHP. I get to the batch file where it asks about the file layout. I am not sure what to set. I get where to put my public web files directory but am lost on the other ones. Please help?
PHP is under EasyPHP\php
Upvotes: 2
Views: 1763
Reputation: 58550
I found a BAT file that does the PEAR installation steps for you...
C:\Program Files (x86)\EasyPHP-5.3.6.0\php\go-pear.bat
It also has most of the file-paths preconfigured, so you don't really need to change anything.
Upvotes: 0
Reputation: 31137
The settings are fully ok. Just make sure to add the bin
directory to your PATH
environment variable.
Also, it seems you don't have any problems as your question doesn't ask about a specific problem.
Upvotes: 0