PHP Warnings Off

Monday, December 29th, 2008

Turning off all PHP warnings. Depending on your set up, you might be getting a large number of warnings from a PHP script that are written into you Apache log files. Normally, the correct solution would be to fix the script, and all warnings would be eliminated. ...