summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/check.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-02-03 08:35:28 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-02-03 08:35:28 +0000
commitc4f9881692db45fe496c4a5196160841eae199c1 (patch)
tree3e40b95188a7fad76742268eb586b5e5388000f5 /roundcubemail/installer/check.php
parent631e23d9be7c5870b015c038149e8dac827bd742 (diff)
- update requirements, remove GD check
git-svn-id: https://svn.roundcube.net/trunk@3242 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/check.php')
-rw-r--r--roundcubemail/installer/check.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php
index 3afbdf799..e75c814d0 100644
--- a/roundcubemail/installer/check.php
+++ b/roundcubemail/installer/check.php
@@ -6,7 +6,7 @@ $required_php_exts = array('PCRE' => 'pcre', 'DOM' => 'dom',
$optional_php_exts = array('FileInfo' => 'fileinfo', 'Libiconv' => 'iconv',
'Multibyte' => 'mbstring', 'OpenSSL' => 'openssl', 'Mcrypt' => 'mcrypt',
- 'GD' => 'gd');
+);
$required_libs = array('PEAR' => 'PEAR.php', 'MDB2' => 'MDB2.php',
'Net_SMTP' => 'Net/SMTP.php', 'Mail_mime' => 'Mail/mime.php',
@@ -30,7 +30,6 @@ $source_urls = array(
'Multibyte' => 'http://www.php.net/manual/en/book.mbstring.php',
'Mcrypt' => 'http://www.php.net/manual/en/book.mcrypt.php',
'OpenSSL' => 'http://www.php.net/manual/en/book.openssl.php',
- 'GD' => 'http://www.php.net/manual/en/book.image.php',
'JSON' => 'http://www.php.net/manual/en/book.json.php',
'DOM' => 'http://www.php.net/manual/en/book.dom.php',
'PEAR' => 'http://pear.php.net',