From: Erik Moeller Date: Tue, 1 Jul 2003 04:40:56 +0000 (+0000) Subject: Check if mysql support is available and if not, try to dynamically load it X-Git-Tag: 1.1.0~468 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=dfd783d010b714a0af3151bacaa6e09b218cca47;p=lhc%2Fweb%2Fwiklou.git Check if mysql support is available and if not, try to dynamically load it (necessary under many installations where the PHP interpreter is not compiled --with-mysql) --- diff --git a/install.php b/install.php index 333c433e30..164c93c6fd 100644 --- a/install.php +++ b/install.php @@ -1,5 +1,12 @@