aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init/set_error_reporting.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions/init/set_error_reporting.php')
-rw-r--r--functions/init/set_error_reporting.php3
1 files changed, 2 insertions, 1 deletions
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.

© 2014-2024 Faster IT GmbH | imprint | privacy policy