Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Anderson8

Pages: [1]
1
Installation / How to enable SOAP on CentOS
« on: April 18, 2019, 07:36:51 PM »
We have VPS with CentOS I have installed soap with following command.

yum install php-soap
Then I went to php.ini to un-comment soap extension. It was not there so, I added my own following line.

extension=soap.so
Then i restart server with following command

service httpd restart
But SOAP is still not enabled. as i get Fatal error: Class 'SoapClient' If i try to install it again. I get following message.

Package php-soap-5.3.3-27.el6_5.x86_64 already installed and latest version
I tried to re-configure PHP with following command as well.

Any help?

Pages: [1]