diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-09-22 09:38:21 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-09-22 09:38:21 +0200 |
commit | 000f6ee3041c0e587c4a54daa95dfc421f7bd2d4 (patch) | |
tree | 5a1e3178523841d720caeebf7401e7610906e09a /program/include | |
parent | 6d1c76f8a1ee6725a7091cf907ac9668fd5b0a8f (diff) | |
parent | c2345747acec85bd158784a2819b5273e6af3cdd (diff) |
Merge branch 'oracle'
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/rcmail_install.php | 1 |
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', ); |