From b3edcf5d64e6fbee929b67a1406ad743c9ce775c Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 29 Sep 2002 20:59:19 +0000 Subject: [PATCH] PHP 4.2.3 bug --- ChangeLog | 1 + Documentation.html | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cc3cb5dd5..27773a0c2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2002-09-29 Marc Delisle * 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 * read_dump.php3: Fixed an "undefined variable" error. diff --git a/Documentation.html b/Documentation.html index 77f1ba121..0703566be 100755 --- a/Documentation.html +++ b/Documentation.html @@ -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.
- This is a kown PHP bug (see this + This is a known PHP bug (see this bug report) 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') . '://' SHOW VARIABLES LIKE 'lower_case_table_names';

+

+ [1.24] Some characters are being truncated in my queries, or I get + characters randomly added. I am running PHP 4.2.3. +
+ This is a + PHP 4.2.3 bug. +

+

[2. Configuration]