From 2f88b17d341980bfb025cdb002f41f12331bfd16 Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 6 Mar 2012 20:06:40 +0000 Subject: - Add exif to optional extensions list --- installer/check.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'installer/check.php') 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 ''; -- cgit v1.2.3