Why are my PHP ODBC settings changes ignored?
In some versions of PHP, the template php.ini
file specifies an ODBC module named uodbc.extension
but PHP expects a module named odbc.extension
. In php.ini
. change uodbc
to odbc
in the settings you have changed from their default values.