Pull in upstream changes to php.ini
This commit is contained in:
parent
731eb2c30e
commit
7e926d60ad
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue