set strict error reporting

This commit is contained in:
Robin Appelman 2011-04-16 20:07:57 +02:00
parent e043f9c6fe
commit d002ed0b94
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@
// set some stuff
//ob_start();
// error_reporting(E_ALL | E_STRICT);
error_reporting( E_ERROR | E_PARSE | E_WARNING ); // MDB2 gives loads of strict error, disabling for now
error_reporting(E_ALL | E_STRICT);
date_default_timezone_set('Europe/Berlin');
ini_set('arg_separator.output','&');