summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development2
1 files changed, 2 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development
index 54006830a2..65532be9e2 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -371,6 +371,8 @@ zend.enable_gc = On
;zend.script_encoding =
; Allows to include or exclude arguments from stack traces generated for exceptions.
+; In production, it is recommended to turn this setting on to prohibit the output
+; of sensitive information in stack traces
; Default Value: Off
; Development Value: Off
; Production Value: On