From 04a6f70d16c2c079cc08443f0831ebb400aa4eec Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 9 Feb 2012 18:25:58 +0000 Subject: [PATCH] Removed some $wgUseGzip comments...the LocalSettingsGenerator doesn't do this anymore --- includes/DefaultSettings.php | 2 -- 1 file changed, 2 deletions(-) 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. */ -- 2.20.1