From 2f88b17d341980bfb025cdb002f41f12331bfd16 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 06 Mar 2012 15:06:40 -0500 Subject: [PATCH] - Add exif to optional extensions list --- installer/check.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/installer/check.php b/installer/check.php index 944d384..0ce428a 100644 --- a/installer/check.php +++ b/installer/check.php @@ -16,6 +16,7 @@ 'OpenSSL' => 'openssl', 'Mcrypt' => 'mcrypt', 'Intl' => 'intl', + 'Exif' => 'exif', ); $required_libs = array( @@ -57,10 +58,12 @@ '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) . '" />'; -- Gitblit v1.9.1