I have php 4.3.2 running with Apache on Windows. The PEAR base package is automatically installed with PHP and is running fine. My question deals with installing additonal PEAR packages. I'm trying to download and install PEAR::SOAP but cannot find any documentation for a windows install. Do I simply need to drop the package somewhere into the PEAR directory structure & then use the complete path to PEAR::SOAP in my php file's 'require_once' command?
Or, is there an actual install command I need to run at command prompt?

    Write a Reply...