From 8121f52b75ab3189440de2148e8e90a739bb0b2e 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 git-svn-id: https://svn.roundcube.net/trunk@1548 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/installer/check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php index a8a0125f5..380202cdb 100644 --- a/roundcubemail/installer/check.php +++ b/roundcubemail/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