From 049cad20c19fbc1f5dcbb202079c4315528305d2 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 26 Jun 2018 16:32:29 -0400 Subject: [PATCH] Pull in upstream update to php.ini --- php/php.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/php/php.ini b/php/php.ini index d711837..9f249a7 100644 --- a/php/php.ini +++ b/php/php.ini @@ -1884,6 +1884,10 @@ ldap.max_links = -1 ; Prevent name collisions in chroot'ed environment. ;opcache.validate_root=0 +; If specified, it produces opcode dumps for debugging different stages of +; optimizations. +;opcache.opt_debug_level=0 + [curl] ; A default value for the CURLOPT_CAINFO option. This is required to be an ; absolute path.