1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

- mysql 4.1.x support (mysqli extension)

git-svn-id: file:///svn/phpbb/trunk@5042 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-01-02 19:50:07 +00:00
parent cf1d36aa77
commit 16d41b20d8
3 changed files with 50 additions and 54 deletions

View File

@@ -785,7 +785,7 @@ if ($stage == 2)
// we need to load and whether we can load them. This includes
// modules in addition to that required by the DB layer
$load_extensions = array();
$check_exts = array_merge($available_dbms[$dbms]['MODULE'], $php_dlls_other);
$check_exts = array_merge(array($available_dbms[$dbms]['MODULE']), $php_dlls_other);
foreach ($check_exts as $dll)
{