1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-19 23:32:02 +02:00

[ticket/15817] Fix installtion failed with Oracle

Fix installtion failed with Oracle

PHPBB3-15817
This commit is contained in:
hubaishan 2018-10-01 20:25:55 +03:00
parent 001f32da95
commit 3a2374e37c

View File

@ -76,7 +76,7 @@ class database
'LABEL' => 'Oracle',
'SCHEMA' => 'oracle',
'MODULE' => 'oci8',
'DELIM' => '/',
'DELIM' => ';',
'DRIVER' => 'phpbb\db\driver\oracle',
'AVAILABLE' => true,
'2.0.x' => false,