summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/php/php.ini
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/php/php.ini')
-rw-r--r--abs/core-testing/php/php.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/php/php.ini b/abs/core-testing/php/php.ini
index a10ab0d..0d05055 100644
--- a/abs/core-testing/php/php.ini
+++ b/abs/core-testing/php/php.ini
@@ -364,11 +364,11 @@ error_reporting = E_ALL
; On or stdout - Display errors to STDOUT (default)
;
; To output errors to STDERR with CGI/CLI:
-;display_errors = "stderr"
+display_errors = "stderr"
;
; Default
;
-display_errors = on
+;display_errors = on
; Even when display_errors is on, errors that occur during PHP's startup
; sequence are not displayed. It's strongly recommended to keep