summaryrefslogtreecommitdiff
path: root/installer
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 /installer
parentfb8adc8a19d0b4b9c3e9ea7996b6290225dc0856 (diff)
Add Oracle driver check in Installer
Diffstat (limited to 'installer')
-rw-r--r--installer/check.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/check.php b/installer/check.php
index 6974d3720..80c22bb69 100644
--- a/installer/check.php
+++ b/installer/check.php
@@ -67,6 +67,7 @@ $source_urls = array(
'DOM' => 'http://www.php.net/manual/en/book.dom.php',
'Intl' => 'http://www.php.net/manual/en/book.intl.php',
'Exif' => 'http://www.php.net/manual/en/book.exif.php',
+ 'oci8' => 'http://www.php.net/manual/en/book.oci8.php',
'PDO' => 'http://www.php.net/manual/en/book.pdo.php',
'pdo_mysql' => 'http://www.php.net/manual/en/ref.pdo-mysql.php',
'pdo_pgsql' => 'http://www.php.net/manual/en/ref.pdo-pgsql.php',