Re: Is PHP SOAP installed? Which version of PHP SOAP do I have?
For dedicated servers, you can tell if PHP SOAP is installed by the running the following command on the console:
# php -i phpinfo | grep soap
The following outpout will confirm you have PHP SOAP installed:
soap soap.wsdl_cache => 1 => 1 soap.wsdl_cache_dir => /tmp => /tmp soap.wsdl_cache_enabled => 1 => 1 soap.wsdl_cache_limit => 5 => 5 soap.wsdl_cache_ttl => 86400 => 86400
If you have a shared hosting account and need PHP SOAP, simply contact the Helpdesk to arrange a transfer of your account to a suitable server.