From 1417fdd200b06ca401c01f46e3631267cde23ac4 Mon Sep 17 00:00:00 2001
From: Marc Delisle
- [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.