diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-29 10:48:12 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-29 10:48:29 +0200 |
commit | 45b0716733cf094db2c5ce12a3de9fc4ac835250 (patch) | |
tree | 885a640d41e57cd3f9a18f58c701a4dfcab77d4b /php.ini-production | |
parent | 060fde43777e342514857db696618cc4e59c0ba9 (diff) | |
parent | 205556c1913e8774c037f9335a908c328eabc56e (diff) | |
download | php-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-production')
-rw-r--r-- | php.ini-production | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production index 47a5c5e13b..472a87eab0 100644 --- a/php.ini-production +++ b/php.ini-production @@ -370,7 +370,7 @@ zend.enable_gc = On ; Only affects if zend.multibyte is set. ;zend.script_encoding = -; Allows to include or exclude arguments from stack traces generated for exceptions +; 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 |