Get rid of PHP 5.3 Deprecation warnings
Just open up your php.ini file and set error_reporting to error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
.
Categorized as:
Just open up your php.ini file and set error_reporting to error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
.