From 04fedbf587995bd029d345994f1c35130b8963b1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 May 2008 07:01:19 +0100 Subject: new option: ENABLE_GZIP_OUTPUT --- config.php-dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index 52950f80b..1694059d5 100644 --- a/config.php-dist +++ b/config.php-dist @@ -180,7 +180,11 @@ // Allow users to select the library to update feeds with - e.g. // Magpie or SimplePie - define('CONFIG_VERSION', 15); + define('ENABLE_GZIP_OUTPUT', false); + // Selectively gzip output to improve wire performance. This requires + // PHP Zlib extension on the server. + + define('CONFIG_VERSION', 16); // Expected config version. Please update this option in config.php // if necessary (after migrating all new options from this file). -- cgit v1.2.3