summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-09-29 10:48:12 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-09-29 10:48:29 +0200
commit45b0716733cf094db2c5ce12a3de9fc4ac835250 (patch)
tree885a640d41e57cd3f9a18f58c701a4dfcab77d4b /php.ini-development
parent060fde43777e342514857db696618cc4e59c0ba9 (diff)
parent205556c1913e8774c037f9335a908c328eabc56e (diff)
downloadphp-git-45b0716733cf094db2c5ce12a3de9fc4ac835250.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Synchronize php.ini-development and php.ini-production
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