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 * libraries/tbl_dump.php3 : merged a workaround against the IE downloading bug with SSL. + * Documentation.html: added two entries in the FAQ (IIS with advanced + authentication and Apache-SSL with IE). * lang/arabic.inc.php3: updated thanks to Fisal Assubieye. 2001-11-14 Loïc Chapeaux diff --git a/Documentation.html b/Documentation.html index 86dce30aa..1d0c09567 100755 --- a/Documentation.html +++ b/Documentation.html @@ -827,6 +827,17 @@ official php bug database.

+

+ 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. +

[Configuration]