Pull in upstream changes to php.ini

This commit is contained in:
Kevin MacMartin 2020-01-22 00:19:59 -05:00
parent 731eb2c30e
commit 7e926d60ad

View file

@ -363,7 +363,7 @@ zend.enable_gc = On
; Allows to include or exclude arguments from stack traces generated for exceptions ; Allows to include or exclude arguments from stack traces generated for exceptions
; Default: Off ; Default: Off
; In production, it is recommended to turn this setting on to prohibit the output ; In production, it is recommended to turn this setting on to prohibit the output
; of sensitive information in stack traces ; of sensitive information in stack traces
zend.exception_ignore_args = On zend.exception_ignore_args = On
@ -1940,7 +1940,7 @@ ldap.max_links = -1
;openssl.capath= ;openssl.capath=
[ffi] [ffi]
; FFI API restriction. Possibe values: ; FFI API restriction. Possible values:
; "preload" - enabled in CLI scripts and preloaded files (default) ; "preload" - enabled in CLI scripts and preloaded files (default)
; "false" - always disabled ; "false" - always disabled
; "true" - always enabled ; "true" - always enabled