Get rid of PHP 5.3 Deprecation warnings
Posted on Thursday the 13th of May, 2010 at 12:00 pm in AsidesJust open up your php.ini file and set error_reporting to error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED.
Just open up your php.ini file and set error_reporting to error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED.
Leave a reply