php starup sqlsrv unable to initialize module

前端 未结 2 1717
清酒与你
清酒与你 2021-01-18 14:16

I am trying to connect MSSQL to PHP. i am following this tutorial. Anyway after i added the dll files as described in that tutorial, i get the following warning. How can i s

2条回答
  •  攒了一身酷
    2021-01-18 14:56

    For anyone trying to get it to work with PHP 5.5 (PHP compiled with module API=20121212) then you can replace the dlls in the ext folder with new updated binaries >here<

    Don't forget to enable the new dlls in the php configuration.

提交回复
热议问题