1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

blah blah blah :D

git-svn-id: file:///svn/phpbb/trunk@6570 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-11-12 14:42:45 +00:00
parent cf34efb06c
commit 90b16076d3
2 changed files with 8 additions and 0 deletions

View File

@@ -1803,6 +1803,13 @@ class install_install extends module
}
break;
case 'mysqli':
if (version_compare(sqlite_libversion(), '2.8.2', '<'))
{
$error[] = $lang['INST_ERR_DB_NO_SQLITE'];
}
break;
case 'firebird':
// check the version of FB, use some hackery if we can't get access to the server info
if ($db->service_handle !== false && function_exists('ibase_server_info'))