From e70d6ea64e711096af36b1234f8545b870ea5f45 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sat, 5 Apr 2008 12:49:21 +0000 Subject: Apply changes from trunk to 0.1-stable --- installer/check.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'installer/check.php') diff --git a/installer/check.php b/installer/check.php index 8352364f5..e671c06bd 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'); @@ -37,13 +37,13 @@ echo '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