I would like to enable SOAP on my PHP5/Centos/Apache server. I have full access to the server. My php.ini file includes the below. When I look at phpinfo(), it doesn\'t r
In case that you have Ubuntu in your machine try the following in your terminal:
sudo apt-get install php-soap
service apache2 restart
To check use php test file inside it only the following function phpinfo();
and check results in the browser which contains the following module like that image: