Set-up PHP SOAP Extension in Windows

后端 未结 4 1765
走了就别回头了
走了就别回头了 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:30

    1: Find extension=php_soap.dll in php.ini and remove the semicolon(;)

    2: Restart your Server

    Reference : See here

提交回复
热议问题