diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-18 14:45:32 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-18 14:45:32 +0100 |
commit | 7ddafac82bf49818e5abf38df1b8ef592108a3fc (patch) | |
tree | 5ee8284dc10840a2c46045b7826d4f5c369db5fc | |
parent | 768fe4a80ea2f05a7f27e92ff69435a68f8aa45f (diff) |
php-pecl-zendoptimizerplus: update to git snapshot, with new name (opcache)
-rw-r--r-- | opcache.ini | 4 |
1 files changed, 4 insertions, 0 deletions
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 |