We have moved our websites from Apache 2.4 to NGinx and ever since our Soap operations are not working.
We use PHP 5.6 on a Centos 6 server, I have installed php_soap by:
yum install php_soap php56_soap
Restarted Nginx service, php_fpm service , the server itself, verified that php_soap is installed when running:
php -m | grep soap soap
And the result is still the same:
Fatal error: Class 'SoapClient' not found in...
Does anyone have any idea what I might be doing wrong?
Thank you in advance.