From cbdce7151691e0c196b54bf672e496b4647b152d Mon Sep 17 00:00:00 2001
From: "Alexander M. Turek"
- 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.