From cb61f06339f03d70109a5902ff4e7667deb036bf Mon Sep 17 00:00:00 2001 From: RouL Date: Thu, 14 Jul 2011 20:28:51 +0200 Subject: [PATCH] Implemented APC cache source. --- com.woltlab.wcf/options.xml | 6 +- .../cache/source/ApcCacheSource.class.php | 100 ++++++++++++++++++ wcfsetup/install/lang/de-informal.xml | 1 + wcfsetup/install/lang/de.xml | 1 + wcfsetup/install/lang/en.xml | 1 + 5 files changed, 107 insertions(+), 2 deletions(-) create mode 100644 wcfsetup/install/files/lib/system/cache/source/ApcCacheSource.class.php diff --git a/com.woltlab.wcf/options.xml b/com.woltlab.wcf/options.xml index e24eed6179..8cee348477 100644 --- a/com.woltlab.wcf/options.xml +++ b/com.woltlab.wcf/options.xml @@ -301,9 +301,11 @@ debug:mail_debug_logfile_path,!mail_use_f_param,!mail_smtp_host,!mail_smtp_port, radiobuttons +memcache:wcf.acp.option.cache_source_type.memcache +apc:wcf.acp.option.cache_source_type.apc]]> +memcache:cache_source_memcache_host,cache_source_memcache_use_pconnect,enable_session_data_cache +apc:!cache_source_memcache_host,!cache_source_memcache_use_pconnect,!enable_session_data_cache]]>