From 308f419bfa12824338ce98b6adcbc58bfef15581 Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 5 Mar 2008 14:14:40 +0000 Subject: Remove test for sockets + check if temp and log dirs are writeable --- installer/check.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer/check.php') diff --git a/installer/check.php b/installer/check.php index 8352364f5..b795fa9bb 100644 --- a/installer/check.php +++ b/installer/check.php @@ -1,7 +1,7 @@
'pcre', 'Session' => 'session', 'Sockets' => 'sockets'); +$required_php_exts = array('PCRE' => 'pcre', 'Session' => 'session'); $optional_php_exts = array('FileInfo' => 'fileinfo', 'Libiconv' => 'iconv', 'Multibyte' => 'mbstring', 'OpenSSL' => 'openssl', 'Mcrypt' => 'mcrypt', 'GD' => 'gd'); @@ -65,7 +65,7 @@ foreach ($required_php_exts AS $name => $ext) { ?> -

These extensions are optional but recommended to get the best performance:

+

The next couple of extensions are optional but recommended to get the best performance:

$ext) { -- cgit v1.2.3