From: RouL Date: Thu, 14 Jul 2011 18:28:51 +0000 (+0200) Subject: Implemented APC cache source. X-Git-Tag: 2.0.0_Beta_1~2033^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cb61f06339f03d70109a5902ff4e7667deb036bf;p=GitHub%2FWoltLab%2FWCF.git Implemented APC cache source. --- 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]]>