1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

- put the error reporting check into another location (since we do want to display our notices. ;))

- default error reporting in common.php
- E_ALL being set if DEBUG_EXTRA defined


git-svn-id: file:///svn/phpbb/trunk@5882 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-05-05 12:28:38 +00:00
parent b5608afe03
commit 8f765e50a3
2 changed files with 11 additions and 11 deletions

View File

@@ -23,8 +23,7 @@ if (!defined('IN_PHPBB'))
$starttime = explode(' ', microtime());
$starttime = $starttime[1] + $starttime[0];
// error_reporting(E_ERROR | E_WARNING | E_PARSE);
error_reporting(E_ALL);
error_reporting(E_ERROR | E_WARNING | E_PARSE);
/*
* Remove variables created by register_globals from the global scope