Set-up PHP SOAP Extension in Windows

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

    1. open php.ini file in your text editor.
    2. Find ;extension=soap
    3. Remove ;
    4. Save changes
    5. Start the server again.

提交回复
热议问题