PHP 7.0 ODBC-Driver for Windows

后端 未结 8 1319
暗喜
暗喜 2021-01-13 07:39

I upgraded my PHP 5.6.30 (https://www.apachefriends.org/de/download.html) to PHP 7.0 (https://bitnami.com/stack/wamp/installer)

Everything worked fine so far and it

8条回答
  •  耶瑟儿~
    2021-01-13 08:38

    extension=php_mssql.dll (or extension=php_sqlsrv_56_nts.dll if you get it from Microsoft Drivers for PHP), is your problem: the Microsoft SQL driver for PHP 7 is not yet ready, the latest ETA is late January for the beta.

    It looks like the cause of the delay is the intention to include SQL 2016 in that driver so you can migrate easier in the future.

    UPDATE (2016/02/12):

    As stated here (meet-bhagdev reply), there is an "early technical preview" of the PHP sqlsrv driver for Windows available on github.

提交回复
热议问题