summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/check.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-03-06 20:06:40 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-03-06 20:06:40 +0000
commit1eb3284e87ae37136949e960335846974969e1cd (patch)
treeaf8860a2a4abbce2058d11f156cd282b0c1f938f /roundcubemail/installer/check.php
parente5d1df6adf244470ec5373b34435b75615a6462f (diff)
- Add exif to optional extensions list
git-svn-id: https://svn.roundcube.net/trunk@5971 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/check.php')
-rw-r--r--roundcubemail/installer/check.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php
index 944d3840f..0ce428a7a 100644
--- a/roundcubemail/installer/check.php
+++ b/roundcubemail/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) . '" />';