Also turn on display_errors in php.ini and set error_reporting to E_ALL.
You might want to make sure that PHP is reading the php.ini file you think it is, too; make some change in the .ini file, restart your webserver, and do another phpinfo() to see if the output reflects your change. If it does, great; if it doesn't, then your first task should be getting PHP to read your configuration file.