Set-up PHP SOAP Extension in Windows

后端 未结 4 1762
走了就别回头了
走了就别回头了 2021-02-04 12:04

I\'m having a lot of confusions on how to set up PHP SOAP extension in windows based on what\'s on the net.

Could you please help me, how would I be able to do it?

4条回答
  •  不知归路
    2021-02-04 12:31

    This worked for me on PHP 5.6.33 nts x64. Open php.ini from PHP install-dir eg. C:/PHP5633-nts_x64/php-ini. I'm using the development version.

    1. Uncomment "extension_dir" option, use the "on Windows" option. eg.

    ;extension_dir = "ext"

    1. Uncomment

    ;extension=php_soap.dll

    1. Restart server

提交回复
热议问题