The php 4.2.0 RCx bug only appears with MSIE

This commit is contained in:
Alexander M. Turek
2002-04-20 19:59:21 +00:00
parent 5168d4c12b
commit cee3d13011

View File

@@ -117,8 +117,9 @@
PHP3&nbsp;&lt;&nbsp;3.0.8</font>.<br /> PHP3&nbsp;&lt;&nbsp;3.0.8</font>.<br />
Furthermore, we encountered crashes of the php module / binary when 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 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 download a (zipped) dump file using MS Internet Explorer. That is why
recommend not to run phpMyAdmin with PHP 4.2.0</font>. <font color="#bb0000">we recommend not to run phpMyAdmin with PHP
4.2.0</font>.
<br /> <br />
PHP also needs to be <font color="#bb0000">compiled with MySQL PHP also needs to be <font color="#bb0000">compiled with MySQL
support</font>; support</font>;
@@ -1003,8 +1004,9 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
<tt>zlib.output_compression</tt> directive to <tt>Off</tt> in your php <tt>zlib.output_compression</tt> directive to <tt>Off</tt> in your php
configuration file.<br /> configuration file.<br />
Furthermore, we know about such problems connected to php 4.2.0 (tested 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 with php 4.2.0 RC1 to RC4) together with MS Internet Explorer.
seems to be switching back to php 4.1.2 or an earlier version. Unfortunatly, the only solution for this bug seems to be switching back to
an earlier php version.
</p> </p>
<p> <p>
@@ -1058,9 +1060,9 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
(Unix/Windows, Safe Mode or not, and so on). (Unix/Windows, Safe Mode or not, and so on).
So, you must have PHP4&nbsp;>=&nbsp;4.0.4 and Zlib/Bzip2 support So, you must have PHP4&nbsp;>=&nbsp;4.0.4 and Zlib/Bzip2 support
(<tt>--with-zlib</tt> and <tt>--with-bz2</tt>).<br /> (<tt>--with-zlib</tt> and <tt>--with-bz2</tt>).<br />
We faced php crashes when trying to download a dump when phpMyAdmin is run We faced php crashes when trying to download a dump with MS Internet
with php 4.2.0 (tested with php 4.2.0 RC1 to RC4). In this case you should Explorer when phpMyAdmin is run with php 4.2.0 (tested with php 4.2.0 RC1
switch back to an earlier php version. to RC4). In this case you should switch back to an earlier php version.
</p> </p>
<p> <p>