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.
php.ini
uodbc.extension
odbc.extension
uodbc
odbc