summaryrefslogtreecommitdiffstats
path: root/apc.ini
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-02-14 13:53:51 +0100
committerRemi Collet <fedora@famillecollet.com>2014-02-14 13:53:51 +0100
commitcf2a954993d344ef2c315c2ecf4827131d5babca (patch)
treef292fba3e8e5160eb0c24ae2f0e301dc54961df6 /apc.ini
parent396c594f1726a0f6c2132fa25171a564d946c200 (diff)
php-pecl-apc: 3.1.15-dev (latest git snapshot)
Diffstat (limited to 'apc.ini')
-rw-r--r--apc.ini5
1 files changed, 3 insertions, 2 deletions
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;