PHP 7.0 ODBC-Driver for Windows

后端 未结 8 1325
暗喜
暗喜 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条回答
  •  Happy的楠姐
    2021-01-13 08:13

    As an addition to Adrian B`s which mentions the official driver, you can also check https://github.com/thomsonreuters/msphpsql This is an unofficial port. However there are limitations for the time being.

    1. Supports only sqlsrv ODBC but not PDO
    2. Doesn`t support ZTS, only NTS
    3. Supports only x86
    4. It supports a subset of ODBC functions , you can see the list on the page.

提交回复
热议问题