PHP 7.0 ODBC-Driver for Windows

后端 未结 8 1323
暗喜
暗喜 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:33

    Open your php.ini file and uncomment or add the following lines:

    extension_dir = "C:\PHP\ext"  ;<- your PHP path
    extension=php_pdo_odbc.dll
    extension=php_odbc.dll
    

    Reset Internet Information Services: On command prompt with admin rights type:

    iisreset
    

    This fixed the problem for me.

提交回复
热议问题