From f416e16fac1b15496bfe4fa37785892273659906 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 20 Jul 2004 19:20:37 +0000 Subject: [PATCH] added note about php5 --- ChangeLog | 3 +++ Documentation.html | 23 ++++++++++++++++++++--- 2 files changed, 23 insertions(+), 3 deletions(-) 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 + * Documentation.html: added note about php5. + 2004-07-18 Marc Delisle * main.php: doc link for connection collation diff --git a/Documentation.html b/Documentation.html index 1add851b36..ff2e27b5a3 100755 --- a/Documentation.html +++ b/Documentation.html @@ -62,7 +62,7 @@
  • - php 4.1.0 or later
    + 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.
  • @@ -2617,8 +2617,8 @@ To create a new, empty mimetype please see libraries/transformations/template_ge

    This is a PHP bug that occur when GZIP output buffering is enabled. If you turn off it (by $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

    +

    [1.30] I get the error "left.php: Missing hash".

    @@ -2673,6 +2674,22 @@ To create a new, empty mimetype please see libraries/transformations/template_ge This problem is known to happen when the server is running Turck MMCache but upgrading MMCache to version 2.3.21 solves the problem.

    + + +

    + [1.31] Does phpMyAdmin support php5? +

    +

    + 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. +

    +

    [2. Configuration]