PHP 4.2.3 bug

This commit is contained in:
Marc Delisle
2002-09-29 20:59:19 +00:00
parent 4ddb351fce
commit b3edcf5d64
2 changed files with 10 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2002-09-29 Marc Delisle <lem9@users.sourceforge.net>
* lang/slovak update, thanks to Lubos Klokner
* lang/estonian: update, thanks to Alvar Soome
* Documentation.html, faq 1.24 about the PHP 4.2.3 bug
2002-09-29 Alexander M. Turek <rabus@users.sourceforge.net>
* read_dump.php3: Fixed an "undefined variable" error.

View File

@@ -1558,7 +1558,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
PHP 4.2.0 or 4.2.1 loaded as an Apache 2+ module but can't enter the
script: I'm always displayed the login screen.</b>
<br />
This is a kown PHP bug (see this
This is a known PHP bug (see this
<a href="http://bugs.php.net/bug.php?id=16626">bug report</a>) from the
official php bug database. It means there is and won't be any phpMyAdmin
fix against it because there is no way to code a fix.
@@ -1803,6 +1803,14 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<tt>SHOW VARIABLES LIKE 'lower_case_table_names';</tt>
</p>
<p>
<b>[1.24] Some characters are being truncated in my queries, or I get
characters randomly added. I am running PHP 4.2.3.</b>
<br />
This is a
<a href="http://bugs.php.net/bug.php?id=19404">PHP 4.2.3 bug</a>.
</p>
<a name="faqconfig"></a>
<h3>[2. Configuration]</h3>