summaryrefslogtreecommitdiff
path: root/installer/check.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-03-06 20:06:40 +0000
committeralecpl <alec@alec.pl>2012-03-06 20:06:40 +0000
commit2f88b17d341980bfb025cdb002f41f12331bfd16 (patch)
treea55137a908c28a44b0357fb3d8de4b0bc450f684 /installer/check.php
parent8b3c68d42d4ee142449f9249590b45658b93cd26 (diff)
- Add exif to optional extensions list
Diffstat (limited to 'installer/check.php')
-rw-r--r--installer/check.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/installer/check.php b/installer/check.php
index 944d3840f..0ce428a7a 100644
--- a/installer/check.php
+++ b/installer/check.php
@@ -16,6 +16,7 @@ $optional_php_exts = array(
'OpenSSL' => 'openssl',
'Mcrypt' => 'mcrypt',
'Intl' => 'intl',
+ 'Exif' => 'exif',
);
$required_libs = array(
@@ -57,10 +58,12 @@ $source_urls = array(
'JSON' => 'http://www.php.net/manual/en/book.json.php',
'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',
'PEAR' => 'http://pear.php.net',
'MDB2' => 'http://pear.php.net/package/MDB2',
'Net_SMTP' => 'http://pear.php.net/package/Net_SMTP',
'Mail_mime' => 'http://pear.php.net/package/Mail_mime',
+ 'Net_IDNA2' => 'http://pear.php.net/package/Net_IDNA2',
);
echo '<input type="hidden" name="_step" value="' . ($RCI->configured ? 3 : 2) . '" />';