the php 4.2.0 release candidates are buggy...

This commit is contained in:
Alexander M. Turek
2002-04-20 16:08:28 +00:00
parent 5346387343
commit 9815c05bbe
2 changed files with 84 additions and 72 deletions

View File

@@ -7,6 +7,8 @@ $Source$
2002-04-20 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german.inc.php3: removed comments.
* Documentation.html: Added some notes about the
php 4.2.0 release candidates.
2002-04-20 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* header.inc.php3; left.php3; libraries/left.js: CSS fixes.

View File

@@ -115,6 +115,10 @@
PHP&nbsp;3.0.8.
Then <font color="#bb0000">you should not run this script with
PHP3&nbsp;&lt;&nbsp;3.0.8</font>.<br />
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. That is why <font color="#bb0000">we recommend not to run
phpMyAdmin with PHP 4.2.0</font>.<br />
PHP also needs to be <font color="#bb0000">compiled with MySQL support</font>;
</li>
<li>
@@ -995,7 +999,10 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
Try to set the <tt>$cfgOBGzip</tt> directive to <tt>FALSE</tt> in your
<i>config.inc.php or .php3</i> file and the
<tt>zlib.output_compression</tt> directive to <tt>Off</tt> in your php
configuration file.
configuration file.<br />
Furthermore, we know about such problems connected to php 4.2.0 (tested
with php 4.2.0 RC1 to RC4). Unfortunatly, the only solution for this
seems to be switching back to php 4.1.2 or an earlier version.
</p>
<p>
@@ -1048,7 +1055,10 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
<tt>bzcompress()</tt> php functions to be more independent of the platform
(Unix/Windows, Safe Mode or not, and so on).
So, you must have PHP4&nbsp;>=&nbsp;4.0.4 and Zlib/Bzip2 support
(<tt>--with-zlib</tt> and <tt>--with-bz2</tt>).
(<tt>--with-zlib</tt> and <tt>--with-bz2</tt>).<br />
We faced php crashes when trying to download a dump 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.
</p>
<p>