From: Niklas Laxström Date: Wed, 30 Jun 2010 07:42:43 +0000 (+0000) Subject: Mention the other supported accelerators X-Git-Tag: 1.31.0-rc.0~36335 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=90b57a5baa91dc3b9374a63076ef2867684c47e4;p=lhc%2Fweb%2Fwiklou.git Mention the other supported accelerators --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d27a2cf91e..ac5a3e74aa 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1419,7 +1419,7 @@ $wgCacheDirectory = false; * - CACHE_NONE: Do not cache * - CACHE_DB: Store cache objects in the DB * - CACHE_MEMCACHED: MemCached, must specify servers in $wgMemCacheServers - * - CACHE_ACCEL: eAccelerator + * - CACHE_ACCEL: eAccelerator, APC, XCache or WinCache * - CACHE_DBA: Use PHP's DBA extension to store in a DBM-style * database. This is slow, and is not recommended for * anything other than debugging.