Get rid of PHP 5.3 Deprecation warnings

April 13, 2010 by aaron

Just open up your php.ini file and set error_reporting to error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED.

Categorized as:
comments powered by Disqus