找到了这个链接:https://stackoverflow.com/questions/1640036/where-do-i-download-the-php-soap-extension-for-windows
但不再有用了。
谢谢!
答案 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
享受!