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:
parent
001f32da95
commit
3a2374e37c
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user