1
I purchased a VPS on Godaddy and am quite satisfied, however, I cannot change php settings. The main one is PHP_SOAP. He says it is installed, but my PHPINFO does not show and my application does not recognize the module. The whole process follows below:
yum install php-Soap:
Loaded plugins: fastestmirror, universal-hooks
Setting up Install Process
Loading mirror speeds from cached hostfile
* EA4: 104.219.172.10
* cpanel-addons-production-feed: 104.219.172.10
* base: centos.s.uw.edu
* epel: d2lzkl7pfhq30w.cloudfront.net
* extras: mirrors.oit.uci.edu
* remi-safe: mirrors.mediatemple.net
* updates: mirror.keystealth.org
Nothing to do
yum search php_soap:
Loaded plugins: fastestmirror, universal-hooks
Loading mirror speeds from cached hostfile
* EA4: 104.219.172.10
* cpanel-addons-production-feed: 104.219.172.10
* base: centos.s.uw.edu
* epel: d2lzkl7pfhq30w.cloudfront.net
* extras: mirrors.oit.uci.edu
* remi-safe: mirrors.mediatemple.net
* updates: mirror.keystealth.org
=============================================================================== N/S Matched: php-soap ================================================================================
ea-php54-php-soap.x86_64 : A module for PHP applications that use the SOAP protocol
ea-php55-php-soap.x86_64 : A module for PHP applications that use the SOAP protocol
ea-php56-php-soap.x86_64 : A module for PHP applications that use the SOAP protocol
ea-php70-php-soap.x86_64 : A module for PHP applications that use the SOAP protocol
ea-php71-php-soap.x86_64 : A module for PHP applications that use the SOAP protocol
ea-php72-php-soap.x86_64 : A module for PHP applications that use the SOAP protocol
php-soap.x86_64 : A module for PHP applications that use the SOAP protocol
Name and summary matches only, use "search all" for everything.
find -name Soap.so:
Nothing happens. Simply the line with the server IP and the user repeats for new command.
What version of php ?
– Risk
Do the following: open the php.ini file --> uncompromisingly ";Extension=php_soap.dll" (remove the dot and comma). After this restart the server and see if fixed.
– Risk