From 2005bae5d5eeff155c2d9df5f5c9b42e871a0f1f Mon Sep 17 00:00:00 2001
From: Benjamin Gandon
+ 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!
+
+