set strict error reporting
This commit is contained in:
parent
e043f9c6fe
commit
d002ed0b94
|
@ -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','&');
|
||||
|
|
Loading…
Reference in New Issue