1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-7.4'

* PHP-7.4:
  Synchronize php.ini-development and php.ini-production
This commit is contained in:
Nikita Popov
2020-09-29 10:48:12 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -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