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