Driver for sqlsrv 4.0 doesn't apper on phpinfo()

前端 未结 1 767
刺人心
刺人心 2021-01-28 07:24

I need help with Microsoft driver for mssql 4.0. I use php 7.1, win\'2012 x64, mssql 2008 R2 and installed odbc driver 13 as

1条回答
  •  爱一瞬间的悲伤
    2021-01-28 08:03

    After looking through some of the issues posted on GitHub it appears that the drivers supplied from the Microsoft website are currently incompatible with PHP 7.1, despite the System Requirements on the page claiming:

    Version 4.0 supports PHP 7.0+ on Windows and Linux


    The latest binaries for the sqlsrv and pdo_sqlsrv drivers can be found through the official GitHub repositiory with the latest* being v4.1.5 (released 19 Jan 2017). Download the .zip related to your PHP version.

    * Latest at time of posting

    0 讨论(0)
提交回复
热议问题