Call to undefined function odbc_connect() php 7

后端 未结 7 1476
轻奢々
轻奢々 2020-11-30 11:27

I\'m testing out php 7 and have come across this error:

Fatal error: Uncaught Error: Call to undefined function odbc_connect()

From the doc page: http://php.

7条回答
  •  我在风中等你
    2020-11-30 12:22

    The DOC page does list PHP 7, so just install php-odbc and you should be good to go. Currently using it myself on RedHat EL7 with Remi php7.

提交回复
热议问题