summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-08-24 17:39:41 +0000
committeralecpl <alec@alec.pl>2009-08-24 17:39:41 +0000
commit4007170109dc140557657ce2769a0a1b6d1a4d26 (patch)
tree4dc72e8355a2d1bfe9ce8ea26cd047d51297173f
parentf9aeecd579ab5bf9b260809b8f2435cbd81c155b (diff)
- added 'xml' extension check (#1486051)
-rw-r--r--installer/check.php3
1 files changed, 2 insertions, 1 deletions
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 @@
<form action="index.php" method="get">
<?php
-$required_php_exts = array('PCRE' => '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',