Sunday, August 21, 2011

Enabling SOAP in PHP on GoDaddy Virtual Dedicated Server

Just a quick note for reference, but if you want to enable SOAP services on your GoDaddy virtual dedicated server, all you need to do is this:

From an SSH command line run: yum install php-soap

Then restart the Apache service by typing: /etc/init.d/httpd restart

And after that, your PHP will have SOAP enabled so you can do more awesome, fun goodness with your virtual dedicated server.