Soap

PRB

Verified User
Joined
Oct 18, 2008
Messages
155
Hi,

I would like to enable SOAP on my servers. How do I do this?

Thanks in advance.
 
Locate your php config file:

cd /usr/local/directadmin/custombuild
./build used_configs

Edit your php5 config file: (example)
nano /usr/local/directadmin/custombuild/custom/suphp/configure.php5

Add: (Note that only the last rule has no slash!)
--enable-soap

Save the file and rebuild PHP:
./build php all
 
Back
Top