diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-08-12 10:32:05 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-08-12 10:36:40 +0200 |
commit | 824541d57ecf5514b55b98e392e9d1c30eb38764 (patch) | |
tree | 503c2f6e87f3d2ce7e918392026bad30365dc4e0 /php.ini-production | |
parent | 1e9a5c67ef6d075df16d4183abf62e4c99b2f8c6 (diff) | |
download | php-git-824541d57ecf5514b55b98e392e9d1c30eb38764.tar.gz |
Disable report_zend_debug by default
We might just want to drop this completely, but at least don't
enable it by default. It already gets disabled by a number of
SAPIs, but we should make that the default state.
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 a2a22506a4..61960ef807 100644 --- a/php.ini-production +++ b/php.ini-production @@ -543,7 +543,7 @@ ignore_repeated_source = Off ; http://php.net/report-memleaks report_memleaks = On -; This setting is on by default. +; This setting is off by default. ;report_zend_debug = 0 ; Turn off normal error reporting and emit XML-RPC error XML |