This commit is contained in:
Marc Delisle
2003-02-04 11:02:33 +00:00
parent 9854d7a4c8
commit 3397329b25
2 changed files with 13 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-02-04 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: new faq entry about IE bug with http auth,
switching from one server to the other
2003-02-03 Michal Cihar <nijel@users.sourceforge.net>
* libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
#678729).

View File

@@ -2218,6 +2218,15 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
Netscape and Mozilla do not have this problem.
</p>
<h4>
[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.
</h4>
<p>
This is a bug in Internet Explorer, other browsers do not behave this way.
</p>
<a name="faqusing"></a><br />
<h3>[6. Using phpMyAdmin]</h3>