diff --git a/ChangeLog b/ChangeLog index 38ce0ef27..13e020301 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-08-02 Benjamin Gandon + * Documentation.html: added a FAQ entry about the buggy php + package still available for RedHat 7.0 + update. + 2001-08-02 Steve Alberty * sql.php3: fix confirm bug with the new backquotes * db_readdump.php3: mysql_die2 to mysql_die diff --git a/Documentation.html b/Documentation.html index 2e22eef6b..72d64c436 100755 --- a/Documentation.html +++ b/Documentation.html @@ -810,6 +810,35 @@

+

+ I'm having troubles when uploading files. In general file + uploads don't work on my system and uploaded files have a + Content-Type: header in the first line. +
+ + It's not really phpMyAdmin related but RedHat 7.0. You have a + RedHat 7.0 and you updated your php rpm to + php-4.0.4pl1-3.i386.rpm, didn't you? +
+ So the problem is that this packaged has a serious bug that was + corrected ages ago in php (2001-01-28: see php's bug tracking + system for more details). The problem is that the bugged + package is still available though it was corrected (see redhat's + bugzilla for more details). +
+ So please download the + fixed package and the problem should go away. +
+ + +And that fixes the \r\n problem with +file uploads! + +

+