summaryrefslogtreecommitdiff
path: root/program/include/rcmail_install.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-09-18 16:57:41 +0200
committerAleksander Machniak <alec@alec.pl>2014-09-18 16:57:41 +0200
commitc2345747acec85bd158784a2819b5273e6af3cdd (patch)
tree692c6c2cac4f8aa798e77b8746d34adbe8cf9a19 /program/include/rcmail_install.php
parentfb8adc8a19d0b4b9c3e9ea7996b6290225dc0856 (diff)
Add Oracle driver check in Installer
Diffstat (limited to 'program/include/rcmail_install.php')
-rw-r--r--program/include/rcmail_install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/include/rcmail_install.php b/program/include/rcmail_install.php
index 9945f1d81..7877b8e33 100644
--- a/program/include/rcmail_install.php
+++ b/program/include/rcmail_install.php
@@ -55,6 +55,7 @@ class rcmail_install
'SQLite (v2)' => 'pdo_sqlite2',
'SQL Server (SQLSRV)' => 'pdo_sqlsrv',
'SQL Server (DBLIB)' => 'pdo_dblib',
+ 'Oracle' => 'oci8',
);