aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2016-11-13 18:08:35 +0100
committerJakub Senko <jakubsenko@gmail.com>2016-11-16 17:59:28 +0100
commite974f338afb86c065e9b160363bc2e6156f8566d (patch)
treee0eddcc8228c5662fbd96e136483fb47e8e365a1 /phpBB/config
parent9c7e8c2dc5607a594f1e8d3a633dc686e8c002a7 (diff)
downloadforums-e974f338afb86c065e9b160363bc2e6156f8566d.tar
forums-e974f338afb86c065e9b160363bc2e6156f8566d.tar.gz
forums-e974f338afb86c065e9b160363bc2e6156f8566d.tar.bz2
forums-e974f338afb86c065e9b160363bc2e6156f8566d.tar.xz
forums-e974f338afb86c065e9b160363bc2e6156f8566d.zip
[ticket/14739] Remove SQLite 2.8.x database driver
PHPBB3-14739
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/default/container/services_db.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/config/default/container/services_db.yml b/phpBB/config/default/container/services_db.yml
index 30c5a7fc7f..d7a8238400 100644
--- a/phpBB/config/default/container/services_db.yml
+++ b/phpBB/config/default/container/services_db.yml
@@ -71,11 +71,3 @@ services:
- '%core.root_path%'
- '@request'
- '@dbal.conn.driver'
-
- dbal.extractor.extractors.sqlite_extractor:
- class: phpbb\db\extractor\sqlite_extractor
- shared: false
- arguments:
- - '%core.root_path%'
- - '@request'
- - '@dbal.conn.driver'