From: Aaron Schulz Date: Thu, 9 Feb 2012 18:25:58 +0000 (+0000) Subject: Removed some $wgUseGzip comments...the LocalSettingsGenerator doesn't do this anymore X-Git-Tag: 1.31.0-rc.0~24824 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=04a6f70d16c2c079cc08443f0831ebb400aa4eec;p=lhc%2Fweb%2Fwiklou.git Removed some $wgUseGzip comments...the LocalSettingsGenerator doesn't do this anymore --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 02df6b72e8..ffd261248f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1752,8 +1752,6 @@ $wgSidebarCacheExpiry = 86400; /** * When using the file cache, we can store the cached HTML gzipped to save disk * space. Pages will then also be served compressed to clients that support it. - * THIS IS NOT COMPATIBLE with ob_gzhandler which is now enabled if supported in - * the default LocalSettings.php! If you enable this, remove that setting first. * * Requires zlib support enabled in PHP. */