1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-19 15:22:08 +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
commit d29d42d7b9
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

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,