From cbdce7151691e0c196b54bf672e496b4647b152d Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 23 Apr 2002 21:46:33 +0000 Subject: [PATCH] php 4.2.0 FINAL is OK --- ChangeLog | 1 + Documentation.html | 17 +++++------------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 945cc17c1..bc9b6419c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ $Source$ * tbl_printview.php3: Fixed a small bug, some php and XHTML 1.0 errors and beautified the generated code. * lang/german.inc.php3: Translated the new string. + * Documentation.html: Changed notes concerning php 4.2.0. 2002-04-22 Loïc Chapeaux * lang/slovak-win1250.inc.php3: completed, thanks to Peter Svec. diff --git a/Documentation.html b/Documentation.html index 4c7cdfc77..a39e2fe3c 100755 --- a/Documentation.html +++ b/Documentation.html @@ -115,12 +115,6 @@ PHP 3.0.8. Then you should not run this script with PHP3 < 3.0.8.
- Furthermore, we encountered crashes of the php module / binary when - working with PHP 4.2.0 (tested with PHP 4.2.0 RC1 to RC4) and trying to - download a (zipped) dump file using MS Internet Explorer. That is why - we recommend not to run phpMyAdmin with PHP - 4.2.0. -
PHP also needs to be compiled with MySQL support; @@ -1003,10 +997,9 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://' config.inc.php or .php3 file and the zlib.output_compression directive to Off in your php configuration file.
- Furthermore, we know about such problems connected to php 4.2.0 (tested - with php 4.2.0 RC1 to RC4) together with MS Internet Explorer. - Unfortunatly, the only solution for this bug seems to be switching back to - an earlier php version. + Furthermore, we know about such problems connected to the release + candidates of php 4.2.0 (tested with php 4.2.0 RC1 to RC4) together with + MS Internet Explorer. Please upgrade to the release version php 4.2.0.

@@ -1061,8 +1054,8 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://' So, you must have PHP4 >= 4.0.4 and Zlib/Bzip2 support (--with-zlib and --with-bz2).
We faced php crashes when trying to download a dump with MS Internet - Explorer when phpMyAdmin is run with php 4.2.0 (tested with php 4.2.0 RC1 - to RC4). In this case you should switch back to an earlier php version. + Explorer when phpMyAdmin is run with a release candidate of php 4.2.0. In + this case you should switch to the release version of php 4.2.0.