From cb3fc1be93bd80e41cd0f444bd3ac247c96e1581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 15 Dec 2001 09:13:35 +0000 Subject: [PATCH] no message --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index e33cd6b74..080612c94 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,15 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-12-15 Loïc Chapeaux + * libraries/common.lib.php3: + - lines 145: ensure 'enable_dl' is set before using it; + - lines 322-328: ensured compatibility with old configuration files for + the authentication mode. + * footer.inc.php3, lines 11-16: tried to fix bug #493200 - Problems with + PHP 4.1.0. Actually the fix is to skip db connection closing if the + script use persistent connections. + 2001-12-14 Loïc Chapeaux * user_details.php3: check/uncheck all links weren't working with js disabled.