I\'m using XAMPP to develop on my localhost. I would like to remove the PHP notices and keep only the warnings. I know this is done through the php.ini file,
php.ini
My issue is that I was editing the php.ini-production and overlooked the standard php.ini file.
php.ini-production
I edited the php.ini file by adding extension=php_odbc.dll and it fixed the error.
extension=php_odbc.dll