1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-21 09:01:29 +02:00

Merge pull request #5395 from hubaishan/ticket/15817

[ticket/15817] Fix installtion failed with Oracle
This commit is contained in:
Marc Alexander
2018-10-28 00:02:38 +02:00

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,