You could use:
<?php
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
?>
or
<?php
error_reporting(E_ALL ^ E_DEPRECATED);
?>
Or it can be updated in your php.ini file like:
error_reporting = E_ALL & ~E_DEPRECATED
You could use:
<?php
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
?>
or
<?php
error_reporting(E_ALL ^ E_DEPRECATED);
?>
Or it can be updated in your php.ini file like:
error_reporting = E_ALL & ~E_DEPRECATED
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.