diff options
author | Nils Adermann <naderman@naderman.de> | 2008-03-24 00:59:39 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2008-03-24 00:59:39 +0000 |
commit | 5417ec5c4d2e1b7fd1a6b9935a294e7f2af9b793 (patch) | |
tree | 2a107171f756d206b10dd2cc8c85f20d5943a0cd /phpBB/common.php | |
parent | 65b0f6b165f9536ef99f52e5991f59423340d732 (diff) | |
download | forums-5417ec5c4d2e1b7fd1a6b9935a294e7f2af9b793.tar forums-5417ec5c4d2e1b7fd1a6b9935a294e7f2af9b793.tar.gz forums-5417ec5c4d2e1b7fd1a6b9935a294e7f2af9b793.tar.bz2 forums-5417ec5c4d2e1b7fd1a6b9935a294e7f2af9b793.tar.xz forums-5417ec5c4d2e1b7fd1a6b9935a294e7f2af9b793.zip |
- add error_reporting to style.php (merge from r8464)
- let the error handler deal with E_STRICT (same as E_WARNING/E_NOTICE) and E_RECOVERABLE_ERROR (same as E_USER_ERROR)
git-svn-id: file:///svn/phpbb/trunk@8466 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index b91fd01706..5f4216d1d7 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -21,7 +21,6 @@ $starttime = $starttime[1] + $starttime[0]; // Report all errors, except notices error_reporting(E_ALL ^ E_NOTICE); -//error_reporting(E_ALL | E_STRICT); /* * Remove variables created by register_globals from the global scope |