mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17509] Bump DBMS supported versions
PHPBB-17509
This commit is contained in:
@@ -408,7 +408,7 @@ class database
|
||||
switch ($dbms)
|
||||
{
|
||||
case 'sqlite3':
|
||||
if (version_compare($db->sql_server_info(true), '3.6.15', '<'))
|
||||
if (version_compare($db->sql_server_info(true), '3.8.3', '<'))
|
||||
{
|
||||
$errors[] = array(
|
||||
'title' => 'INST_ERR_DB_NO_SQLITE3',
|
||||
|
Reference in New Issue
Block a user