X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2FDefines.php;h=26deb2baf3c63efbcdb78ee06d6bada69ac86a35;hb=44dc09e35dc9f0e4ca8bb96a7fa394c8571a7d45;hp=fc39af569814abea4bc473acd195b9dbd9090b94;hpb=c62a8fad5e57a9f7f8c6f78193e7d91c9ed45430;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Defines.php b/includes/Defines.php index fc39af5698..26deb2baf3 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -92,7 +92,7 @@ define( 'CACHE_ANYTHING', -1 ); // Use anything, as long as it works define( 'CACHE_NONE', 0 ); // Do not cache define( 'CACHE_DB', 1 ); // Store cache objects in the DB define( 'CACHE_MEMCACHED', 2 ); // MemCached, must specify servers in $wgMemCacheServers -define( 'CACHE_ACCEL', 3 ); // eAccelerator +define( 'CACHE_ACCEL', 3 ); // APC, XCache or WinCache define( 'CACHE_DBA', 4 ); // Use PHP's DBA extension to store in a DBM-style database /**@}*/