diff options
author | Giovanni Giacobbi <giovanni@giacobbi.net> | 2020-09-29 00:43:23 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-29 10:47:09 +0200 |
commit | 205556c1913e8774c037f9335a908c328eabc56e (patch) | |
tree | f36afb1c34a680ab608f323e92003709ac10eff0 /php.ini-development | |
parent | e5b045e6b6d9a9ee24eea4a7cc354557a8b1c483 (diff) | |
download | php-git-205556c1913e8774c037f9335a908c328eabc56e.tar.gz |
Synchronize php.ini-development and php.ini-production
Closes GH-6231.
Diffstat (limited to 'php.ini-development')
-rw-r--r-- | php.ini-development | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/php.ini-development b/php.ini-development index 2c39ece23c..ea687bea15 100644 --- a/php.ini-development +++ b/php.ini-development @@ -361,7 +361,9 @@ zend.enable_gc = On ; Default: "" ;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: Off zend.exception_ignore_args = Off @@ -525,7 +527,9 @@ report_memleaks = On ; This setting is on by default. ;report_zend_debug = 0 -; Store the last error/warning message in $php_errormsg (boolean). +; Store the last error/warning message in $php_errormsg (boolean). Setting this value +; to On can assist in debugging and is appropriate for development servers. It should +; however be disabled on production servers. ; This directive is DEPRECATED. ; Default Value: Off ; Development Value: Off @@ -1586,8 +1590,6 @@ zend.assertions = 1 ; http://php.net/assert.quiet-eval ;assert.quiet_eval = 0 - - [COM] ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs ; http://php.net/com.typelib-file |