php_SOAP.DLL在哪里下载?

时间:2011-11-14 11:38:01

标签: php dll soap

2 个答案:

答案 0 :(得分:1)

http://windows.php.net/downloads/releases/php-5.3.10-Win32-VC9-x86.zip

假设您希望使用VC9编译PHP 5.3线程安全。

答案 1 :(得分:0)

对于Windows,您只需要取消注释php.ini

中的扩展名
; Windows Extensions
; Note that ODBC support is built in, so no dll is needed for it.
; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
; extension folders as well as the separate PECL DLL download (PHP 5).
; Be sure to appropriately set the extension_dir directive.
;
; ...
; ...
extension=php_soap.dll

享受!