| Alejandro López Hernández 2005-12-18, 6:58 pm |
| You need some extra steps in order to install PEAR on Windows machines.
Navigate to the c:\php directory (or wherever you install php) and
double-click on the batch file go-pear.bat to install Pear. More than
likely you'll want to take the defaults on all the questions asked by
simply pressing enter. Part of the execution of the script involves
downloading and installing the standard packages.
At the end of the script a message is given about double-clicking the
file C:\php\PEAR_ENV.reg to install a registry variable needed for pear.
After completing the execution of this script, restart Apache.
Once you have done this, you have to install packages you might need for
your application, for example, to install SOAP package do the following
from command line:
pear install SOAP
I hope this resolves your doubt, greetings from Mexico.
|