linux 安装 php- soap

来源:互联网 发布:网络棋牌赌博犯法吗 编辑:程序博客网 时间:2024/06/08 02:02
in ssh shell 
​, use the commands​
 :

1) ​yum install php-soap

如果遇到了Error: php53-common conflicts with php-common:

解决方法: yum install php53-soap


​2) ​
 service httpd restart

​3) check phpinfo() and see if soap is enabled

4) if not, check /etc/php.ini (or where it located), make sure the following line is there and not commented out:

extension='/usr/lib/php/modules/soap.so'

​5) restart apache as 2)​

0 0
原创粉丝点击