From 337694143f61136f1c9c4f43fdcd25a03889c3d8 Mon Sep 17 00:00:00 2001 From: till Date: Sun, 15 Jun 2008 15:30:16 +0000 Subject: * there is no dom2 extension, just dom --- installer/check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/check.php') diff --git a/installer/check.php b/installer/check.php index a8a0125f5..380202cdb 100644 --- a/installer/check.php +++ b/installer/check.php @@ -1,7 +1,7 @@
'pcre', 'DOM' => 'dom2', 'Session' => 'session',); +$required_php_exts = array('PCRE' => 'pcre', 'DOM' => 'dom', 'Session' => 'session'); $optional_php_exts = array('FileInfo' => 'fileinfo', 'Libiconv' => 'iconv', 'Multibyte' => 'mbstring', 'OpenSSL' => 'openssl', 'Mcrypt' => 'mcrypt', -- cgit v1.2.3