diff --git a/ChangeLog b/ChangeLog
index d49d3cb2a..4d4283963 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@ $Source$
2001-11-15 Loïc Chapeaux
+ Using phpMyAdmin on IIS, I'm facing crashes and/or many error messages
+ with the advanced authentication mode.
+
+ This is a known problem with the php ISAPI filter: it's not so stable. For
+ some more information and complete testings see the messages posted by
+ "djdeluxe76" in
+ this thread
+ from the phpWizard forum.
+
How can I GZip or Bzip a dump or a CSV export. It seems to not work?
@@ -858,8 +869,7 @@
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?
@@ -878,6 +888,16 @@
And that fixes the \r\n problem with file uploads!
+ I'm having troubles when uploading files with phpMyAdmin running on a
+ secure server. My browser is Internet Explorer and I'm using the Apache
+ server.
+
+ As suggested by "Rob M" in the phpWizard forum, add this line to
+ your httpd.conf:
+ SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
+ It seems to clear up many problems between IE and SSL.
+