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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user