I have issue with ODBC connection. Fatal error: Uncaught Error: Call to undefined function odbc_connect()
My PHP version on server is 7.3.12 (ubuntu)
On localhost i do have version 7.3.11 and everything is fine after adding "extension=php_odbc.dll" to php.ini
But when i add this line to php.ini on server, i am still receiving error.
Have someone ever met this issue?
Thank you very much