From 7e926d60ad93dca30a540ed288fd0951d8d993c8 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 22 Jan 2020 00:19:59 -0500 Subject: [PATCH] Pull in upstream changes to php.ini --- php/php.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/php.ini b/php/php.ini index 88dc11c..bd27ca6 100644 --- a/php/php.ini +++ b/php/php.ini @@ -363,7 +363,7 @@ zend.enable_gc = On ; Allows to include or exclude arguments from stack traces generated for exceptions ; 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 zend.exception_ignore_args = On @@ -1940,7 +1940,7 @@ ldap.max_links = -1 ;openssl.capath= [ffi] -; FFI API restriction. Possibe values: +; FFI API restriction. Possible values: ; "preload" - enabled in CLI scripts and preloaded files (default) ; "false" - always disabled ; "true" - always enabled