From cb1509c1c670974f54ed67d2076fef39e0d20812 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 15 Dec 2008 17:25:27 +0000 Subject: big changes to recurrence; trying to get closer to the spec --- functions/init/set_error_reporting.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functions/init/set_error_reporting.php') diff --git a/functions/init/set_error_reporting.php b/functions/init/set_error_reporting.php index 91e491d..b57040e 100644 --- a/functions/init/set_error_reporting.php +++ b/functions/init/set_error_reporting.php @@ -4,6 +4,7 @@ config boolean $verbose_errors = false by default */ // uncomment when developing, comment for shipping version -error_reporting (E_ERROR | E_WARNING | E_PARSE); +error_reporting (E_ALL); +#error_reporting (E_ERROR | E_WARNING | E_PARSE); #error_reporting(0); // Older versions of PHP do not define $_SERVER. Define it here instead. -- cgit v1.2.3