From 4007170109dc140557657ce2769a0a1b6d1a4d26 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 24 Aug 2009 17:39:41 +0000 Subject: - added 'xml' extension check (#1486051) --- installer/check.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'installer/check.php') diff --git a/installer/check.php b/installer/check.php index 1318793f7..694455a60 100644 --- a/installer/check.php +++ b/installer/check.php @@ -1,7 +1,8 @@
'pcre', 'DOM' => 'dom', 'Session' => 'session'); +$required_php_exts = array('PCRE' => 'pcre', 'DOM' => 'dom', + 'Session' => 'session', 'XML' => 'xml'); $optional_php_exts = array('FileInfo' => 'fileinfo', 'Libiconv' => 'iconv', 'Multibyte' => 'mbstring', 'OpenSSL' => 'openssl', 'Mcrypt' => 'mcrypt', -- cgit v1.2.3