summaryrefslogtreecommitdiff
path: root/installer/check.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-02-03 08:35:28 +0000
committeralecpl <alec@alec.pl>2010-02-03 08:35:28 +0000
commit0f9687438bf1dee046a29f06ecb84a6b3ffc71ab (patch)
tree2763302ed624b5d6947a812f2464c84385a47101 /installer/check.php
parentc5c3ae791dbabcfacf4d1b2db53180ec8e4d5b96 (diff)
- update requirements, remove GD check
Diffstat (limited to 'installer/check.php')
-rw-r--r--installer/check.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/installer/check.php b/installer/check.php
index 3afbdf799..e75c814d0 100644
--- a/installer/check.php
+++ b/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',