diff --git a/ChangeLog b/ChangeLog index e555789b2..ef85ceb14 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-02-04 Marc Delisle + * Documentation.html: new faq entry about IE bug with http auth, + switching from one server to the other + 2003-02-03 Michal Cihar * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE #678729). diff --git a/Documentation.html b/Documentation.html index b43bdc6e0..2c2ab5602 100755 --- a/Documentation.html +++ b/Documentation.html @@ -2218,6 +2218,15 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' Netscape and Mozilla do not have this problem.

+

+ [5.13] With Internet Explorer 5.5 or 6, and http authentication type, + I cannot manage two servers: I login to the first one, then the other one, + but if I switch back to the first, I have to login on each operation. +

+

+ This is a bug in Internet Explorer, other browsers do not behave this way. +

+

[6. Using phpMyAdmin]