deprecated

Post

Posts tagged as "deprecated"

Comments   |   PHP
Turn off deprecated errors in php 5.3

Turn off deprecated errors in php 5.3

Many admins after updating to PHP 5.3 see this errors, to turn off them use error_reporting(E_ALL ^ E_DEPRECATED);