diff --git a/ChangeLog b/ChangeLog
index de1d7a2e0e..572ac36e95 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2004-07-20 Alexander M. Turek
This is a PHP bug that occur when
GZIP output buffering is enabled. If you turn off it (by
+ php 4.1.0 or later (*)
If you want to display inline thumbnails of JPEGs with the original
aspect ratio, you also need GD2 support in PHP.
$cfg['OBGzip']
- = FALSE in config.inc.php), it should work. This bug will be fixed
- in PHP 5.0.0.
+ = FALSE in config.inc.php), it should work. This bug will be
+ fixed in PHP 5.0.0.
@@ -2666,6 +2666,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
#SetInputFilter PHP
+ Yes.
+
+ However, phpMyAdmin needs to be backwards compatible to php4. This is why
+ you won't be able to run phpMyAdmin having enabled E_STRICT in your
+ error_reporting settings.
+
+ In addition to this, we recommend to enable the zend1 compatibility mode
+ although there no known issues caused by this setting.
+