php_SOAP.DLL哪里下载?

发布于 2024-12-15 06:30:58 字数 255 浏览 0 评论 0原文

找到此链接: https://stackoverflow.com/ questions/1640036/where-do-i-download-the-php-soap-extension-for-windows

但不再起作用了。

谢谢!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

迷迭香的记忆 2024-12-22 06:30:58

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

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

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

That is assuming you want PHP 5.3 thread-safe compiled with VC9.

忘年祭陌 2024-12-22 06:30:58

对于 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

即可享受!

For windows you only need uncomment the extension in your 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

Enjoy!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文