From f416e16fac1b15496bfe4fa37785892273659906 Mon Sep 17 00:00:00 2001
From: "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.
+