From 8eb6e7456f02891b7a8b83a0d97c9b1c2205d98e Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 7 Jul 2003 21:42:44 +0000 Subject: [PATCH] Dynamic loading of MySQL extension always failed. --- ChangeLog | 1 + libraries/common.lib.php3 | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6c9aeb850..6fac46e93 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2003-07-07 Alexander M. Turek * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards compatibility. + * libraries/common.lib.php3: Dynamic loading of MySQL extension always failed. 2003-07-07 Garvin Hicking * tbl_change.php3: Fix undefined index for disp_query diff --git a/libraries/common.lib.php3 b/libraries/common.lib.php3 index af3545105..ac4270e59 100644 --- a/libraries/common.lib.php3 +++ b/libraries/common.lib.php3 @@ -41,7 +41,7 @@ if (!defined('PMA_COMMON_LIB_INCLUDED')) { * ... so the required order is: * * - parsing of the configuration file - * - first load of the libraries/define.lib.php3 library (won't get the + * - first load of the libraries/defines_php.lib.php3 library (won't get the * MySQL release number) * - load of mysql extension (if necessary) * - definition of PMA_sqlAddslashes() @@ -257,7 +257,7 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold} } else { $extension = 'mysql'; } - PMA_dl($extension . $suffix); + PMA_dl($extension); } // check whether mysql is available