From 4b1b95006835ce0d84e29b4541b3bfba0a6bd225 Mon Sep 17 00:00:00 2001 From: David M Date: Thu, 3 Jan 2008 17:10:17 +0000 Subject: [PATCH] uncomment the second one for ultra debugging power :P git-svn-id: file:///svn/phpbb/trunk@8296 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/common.php b/phpBB/common.php index 3e880076bf..19ec820cfb 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -20,7 +20,8 @@ $starttime = explode(' ', microtime()); $starttime = $starttime[1] + $starttime[0]; // Report all errors, except notices -error_reporting(E_ALL | E_STRICT); +error_reporting(E_ALL ^ E_NOTICE); +//error_reporting(E_ALL | E_STRICT); /* * Remove variables created by register_globals from the global scope