diff --git a/Documentation.html b/Documentation.html index 9ba4d64bf..c9f8cc904 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1827,11 +1827,15 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'

- [1.25] I am running Apache with mod_gzip, and I get problems, - such as undefined variables when I try to run a SQL query. + [1.25] I am running Apache with mod_gzip-1.3.26.1a on Windows XP, + and I get problems, such as undefined variables when I run a SQL query.
- Set the $cfg['OBGzip'] directive to FALSE in your - config.inc.php or .php3 file. + A tip from Jose Fandos: put a comment on the following two lines + in httpd.conf, like this:
+ # mod_gzip_item_include file \.php$
+ # mod_gzip_item_include mime "application/x-httpd-php.*"
+ as this version of mod_gzip on Apache (Windows) has problems handling + php scripts. Of course you have to restart Apache.