From 8edb3d9405c7d409bcabe38274cafbd5438575f6 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 18 May 2011 08:37:00 -0400 Subject: [PATCH] - Add APC support in rcube_cache --- config/main.inc.php.dist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 169a3a0..f63a181 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -109,7 +109,7 @@ // Optional IMAP authentication password to be used for imap_auth_cid $rcmail_config['imap_auth_pw'] = null; -// Type of IMAP indexes cache. Supported values: 'db' and 'memcache'. +// Type of IMAP indexes cache. Supported values: 'db', 'apc' and 'memcache'. $rcmail_config['imap_cache'] = null; // Enables messages cache. Only 'db' cache is supported. -- Gitblit v1.9.1