From cf2a954993d344ef2c315c2ecf4827131d5babca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Feb 2014 13:53:51 +0100 Subject: php-pecl-apc: 3.1.15-dev (latest git snapshot) --- apc.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apc.ini') diff --git a/apc.ini b/apc.ini index 9827dc2..eb84112 100644 --- a/apc.ini +++ b/apc.ini @@ -6,7 +6,7 @@ extension = apc.so ; This can be set to enable the APC opcode cache -; Don't set this option if another opcode cache is enabled +; WARNING: don't set this option if another opcode cache is enabled apc.enable_opcode_cache=0 ; This can be set to 0 to disable APC. @@ -16,7 +16,8 @@ apc.enable_opcode_cache=0 apc.shm_size=64M ; The shared memory size reserved for strings, with M/G suffixe -apc.shm_strings_buffer=8M +; WARNING: only enable this buffer if you don't use Zend Opcache +apc.shm_strings_buffer=0 ; A "hint" about the number of distinct source files that will be included or ; requested on your web server. Set to zero or omit if you are not sure; -- cgit