diff --git a/class2.php b/class2.php index ff5ff3cf2..13a94df84 100644 --- a/class2.php +++ b/class2.php @@ -2230,7 +2230,7 @@ class error_handler if(!empty($_E107['cli'])) { - error_reporting(E_ALL ^ E_NOTICE); + error_reporting(E_ALL & ~E_STRICT & ~E_NOTICE); return; }