Index: config.inc.php3 =================================================================== RCS file: /cvsroot/phpmyadmin/phpMyAdmin/config.inc.php3,v retrieving revision 1.10 diff -u -w -U6 -r1.10 config.inc.php3 --- config.inc.php3 2001/07/19 18:54:19 1.10 +++ config.inc.php3 2001/07/22 22:43:32 @@ -88,12 +88,15 @@ $cfgSkipLockedTables = false; // mark used tables, make possible to show locked tables (since 3.23.30) $cfgDefaultLang = "en"; // default language to use, if not browser-defined or user-defined // $cfgLang = "en"; // force: always use this language - must be defined in select_lang.inc.php3 require("./select_lang.inc.php3"); // load language file +// GZIP output buffering +$cfgOBGzip = true; + $cfgColumnTypes = array( "TINYINT", "SMALLINT", "MEDIUMINT", "INT", Index: footer.inc.php3 =================================================================== RCS file: /cvsroot/phpmyadmin/phpMyAdmin/footer.inc.php3,v retrieving revision 1.2 diff -u -w -U6 -r1.2 footer.inc.php3 --- footer.inc.php3 2001/07/20 16:27:14 1.2 +++ footer.inc.php3 2001/07/22 22:43:32 @@ -1,9 +1,9 @@ Index: header.inc.php3 =================================================================== RCS file: /cvsroot/phpmyadmin/phpMyAdmin/header.inc.php3,v retrieving revision 1.9 diff -u -w -U6 -r1.9 header.inc.php3 --- header.inc.php3 2001/07/20 16:27:14 1.9 +++ header.inc.php3 2001/07/22 22:43:32 @@ -1,15 +1,18 @@