From ff522265d15ef5f427bfc85f4f1d253a9c8c7fab Mon Sep 17 00:00:00 2001 From: till Date: Sat, 31 May 2008 09:43:49 +0000 Subject: * cs fixes --- installer/check.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'installer/check.php') diff --git a/installer/check.php b/installer/check.php index c0f06d4ab..3b64af3b0 100644 --- a/installer/check.php +++ b/installer/check.php @@ -1,13 +1,16 @@
'pcre', 'Session' => 'session', 'DOM XML' => 'dom'); +$required_php_exts = array('PCRE' => 'pcre', 'Session' => 'session', + 'DOM XML' => 'dom'); $optional_php_exts = array('FileInfo' => 'fileinfo', 'Libiconv' => 'iconv', - 'Multibyte' => 'mbstring', 'OpenSSL' => 'openssl', 'Mcrypt' => 'mcrypt', 'GD' => 'gd'); + 'Multibyte' => 'mbstring', 'OpenSSL' => 'openssl', 'Mcrypt' => 'mcrypt', + 'GD' => 'gd'); $required_libs = array('PEAR' => 'PEAR.php', 'DB' => 'DB.php', 'MDB2' => 'MDB2.php', - 'Net_SMTP' => 'Net/SMTP.php', 'Mail_mime' => 'Mail/mime.php', 'iilConnection' => 'lib/imap.inc'); + 'Net_SMTP' => 'Net/SMTP.php', 'Mail_mime' => 'Mail/mime.php', + 'iilConnection' => 'lib/imap.inc'); $supported_dbs = array('MySQL' => 'mysql', 'MySQLi' => 'mysqli', 'PostgreSQL' => 'pgsql', 'SQLite (v2)' => 'sqlite'); -- cgit v1.2.3