diff --git a/ChangeLog b/ChangeLog
index cc3cb5dd5..27773a0c2 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@ $Source$
2002-09-29 Marc Delisle
- 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.
+