turck only works as an apache module
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 23 Oct 2004 10:37:18 +0000 (10:37 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 23 Oct 2004 10:37:18 +0000 (10:37 +0000)
includes/DefaultSettings.php

index 758863a..3cac609 100644 (file)
@@ -283,7 +283,7 @@ $wgLinkCacheMemcached = false; # Not fully tested
  *
  * @global bool $wgUseTurckShm Enable or disabled Turck MMCache
  */
-$wgUseTurckShm      = function_exists( 'mmcache_get' );
+$wgUseTurckShm      = function_exists( 'mmcache_get' ) && php_sapi_name() == 'apache';
 
 
 # Language settings