Call to undefined function odbc_connect() php 7

There is written in doc: ODBC support doesn’t need any extension dll. It is true in PHP 5.x, I had to remove “extension=php_odbc.dll” from ini file.

But in PHP 7 I had to put it back.

I found the file “ext/php_odbc.dll” in the new PHP 7 directory again. It works for me :).

Leave a Comment