From: Rob Church Date: Mon, 9 Jul 2007 08:16:40 +0000 (+0000) Subject: * (bug 10495) $wgMemcachedDebug set twice in includes/DefaultSettings.php X-Git-Tag: 1.31.0-rc.0~52193 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=de803a72dfbdb1301b16c5ddf6fbaf84f9c8aa7a;p=lhc%2Fweb%2Fwiklou.git * (bug 10495) $wgMemcachedDebug set twice in includes/DefaultSettings.php --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5142241a72..aaa25fc2ab 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -265,6 +265,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 10496) Fix broken DISTINCT option logic in database backend * Fix CSS media declaration for "screen, projection"; was causing some validation issues +* (bug 10495) $wgMemcachedDebug set twice in includes/DefaultSettings.php == API changes since 1.10 == diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 416f9e77f8..2a702504fa 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -671,7 +671,6 @@ $wgLinkCacheMemcached = false; # Not fully tested $wgUseMemCached = false; $wgMemCachedDebug = false; # Will be set to false in Setup.php, if the server isn't working $wgMemCachedServers = array( '127.0.0.1:11000' ); -$wgMemCachedDebug = false; $wgMemCachedPersistent = false; /**