linux 安裝 php- soap

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)​

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章