Mention the other supported accelerators
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 30 Jun 2010 07:42:43 +0000 (07:42 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 30 Jun 2010 07:42:43 +0000 (07:42 +0000)
includes/DefaultSettings.php

index d27a2cf..ac5a3e7 100644 (file)
@@ -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.