How can I tell if PHP SOAP is installed?
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…