From 342db9d08ac772686687d2c15f89a8bfeaad1f7e Mon Sep 17 00:00:00 2001 From: till Date: Sat, 16 Feb 2008 18:15:14 +0000 Subject: * check.php: add another check for zlib.output_compression 0 * .htaccess: forcing it off --- check.php-dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'check.php-dist') diff --git a/check.php-dist b/check.php-dist index 81d63ae62..076ecfe26 100644 --- a/check.php-dist +++ b/check.php-dist @@ -253,7 +253,8 @@ echo '
'; echo '

Checking .ini settings

'; $ini_array = array('session.auto_start' => 0, 'file_uploads' => 1, - 'magic_quotes_sybase' => 0, 'magic_quotes_gpc' => 0); + 'magic_quotes_sybase' => 0, 'magic_quotes_gpc' => 0, + 'zlib.output_compression' => 0); foreach ($ini_array AS $var => $val) { $status = ini_get($var); -- cgit v1.2.3