I couln't find the SOAP
section in phpinfo()
so I had to install it.
For information the SOAP
extension requires the libxml
PHP extension. This means that passing in --enable-libxml
is also required according to http://php.net/manual/en/soap.requirements.php
From WHM panel
Install SOAP 0.13.0
WARNING: "pear/HTTP_Request" is deprecated in favor of "pear/HTTP_Request2"
install ok: channel://pear.php.net/SOAP-0.13.0
Install HTTP_Request2 (optional)
install ok: channel://pear.php.net/HTTP_Request2
Restart Services » HTTP Server (Apache)
From shell command
1.pear install SOAP
2.reboot