From 7ddafac82bf49818e5abf38df1b8ef592108a3fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Mar 2013 14:45:32 +0100 Subject: php-pecl-zendoptimizerplus: update to git snapshot, with new name (opcache) --- opcache.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opcache.ini b/opcache.ini index 62088a7..1334f82 100644 --- a/opcache.ini +++ b/opcache.ini @@ -99,6 +99,10 @@ opcache.fast_shutdown=1 ; 3) Code that triggers an Optimizer+ bug. ;opcache.blacklist_filename +; Allows exclusion of large files from being cached. +; By default all files are cached. +;opcache.max_file_size=0 + ; Check the cache checksum each N requests. ; The default value of "0" means that the checks are disabled. ; Because calculating the checksum impairs performance, this directive should -- cgit