From efbb586dbbc903344639b4316fbc1c34b6e37371 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 10 May 2017 14:55:01 -0400 Subject: [PATCH] Update the php.ini to reflect upstream --- php/php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/php.ini b/php/php.ini index bbe8841..c2fdcb0 100644 --- a/php/php.ini +++ b/php/php.ini @@ -1789,7 +1789,7 @@ ldap.max_links = -1 ;opcache.interned_strings_buffer=8 ; The maximum number of keys (scripts) in the OPcache hash table. -; Only numbers between 200 and 100000 are allowed. +; Only numbers between 200 and 1000000 are allowed. ;opcache.max_accelerated_files=10000 ; The maximum percentage of "wasted" memory until a restart is scheduled.