文字

安装

To enable SOAP support, configure PHP with --enable-soap .

用户评论:

[#1] qiancy [2013-06-27 14:27:58]

yum install php53-soap
--centos Linux 2.6.18-308.el5

[#2] Anonymous [2010-11-03 08:03:01]

If you are using 3rd party all-in-one servers on windows (like Uniform Server etc), "php_soap.dll" may not be included in the default distribution. If this is the case, the do phpinfo(); first, check what compiler is used - you need to find out if it's VC6 or VC9, then got to official php download page, get windows binary distribution (.zip archive recommended), and copy php_soap.dll from that archive to your server (on Uniform it's <path>usr\local\php\extensions\ and then restart the apache service. Please note that despite of compiler difference, PHP comes in two flavours - thread safe and non thread safe. If one does not work for you (check logs - "unable to load dynamic library '...' usually means file is not there (not the case) or cannot be loaded (due to compiler ABI mismatch or ts/nts mismatch). Try thread safe binaries first.

[#3] ifzen at yahoo dot com [2010-10-04 12:36:58]

And CentOS or Red-Hat : yum install php-soap

[#4] walter [2010-06-11 12:06:21]

Gentoo: add the 'soap' use flag to /etc/make.conf and emerge -av php

上一篇: 下一篇: