aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-06-03 19:50:16 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-06-03 19:50:16 +0000
commit5f97852459589dec76a5d5d86362576be2ba9bfb (patch)
tree2d2e9c31c18ad55406de24cd6c4c5626832ab109 /phpBB/install
parent8f55adbedbc6a4ea151baa4267ac61d60d85ac5a (diff)
downloadforums-5f97852459589dec76a5d5d86362576be2ba9bfb.tar
forums-5f97852459589dec76a5d5d86362576be2ba9bfb.tar.gz
forums-5f97852459589dec76a5d5d86362576be2ba9bfb.tar.bz2
forums-5f97852459589dec76a5d5d86362576be2ba9bfb.tar.xz
forums-5f97852459589dec76a5d5d86362576be2ba9bfb.zip
Sync error reporting
git-svn-id: file:///svn/phpbb/trunk@6004 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rwxr-xr-xphpBB/install/index.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index b7e06a2d96..c6aa392f0f 100755
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -16,9 +16,8 @@ define('IN_INSTALL', true);
$phpbb_root_path = './../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
-// Error reporting level and runtime escaping
-//error_reporting(E_ERROR | E_WARNING | E_PARSE);
-error_reporting(E_ALL);
+// Report all errors, except notices
+error_reporting(E_ALL ^ E_NOTICE);
/*
* Remove variables created by register_globals from the global scope