mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12747] Drop support for Firebird
PHPBB3-12747
This commit is contained in:
@@ -2445,7 +2445,6 @@ function phpbb_cache_moderators($db, $cache, $auth)
|
||||
{
|
||||
case 'sqlite':
|
||||
case 'sqlite3':
|
||||
case 'firebird':
|
||||
$db->sql_query('DELETE FROM ' . MODERATOR_CACHE_TABLE);
|
||||
break;
|
||||
|
||||
@@ -2900,17 +2899,6 @@ function get_database_size()
|
||||
}
|
||||
break;
|
||||
|
||||
case 'firebird':
|
||||
global $dbname;
|
||||
|
||||
// if it on the local machine, we can get lucky
|
||||
if (file_exists($dbname))
|
||||
{
|
||||
$database_size = filesize($dbname);
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case 'sqlite':
|
||||
case 'sqlite3':
|
||||
global $dbhost;
|
||||
|
Reference in New Issue
Block a user