From 4007170109dc140557657ce2769a0a1b6d1a4d26 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 24 Aug 2009 13:39:41 -0400
Subject: [PATCH] - added 'xml' extension check (#1486051)

---
 installer/check.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/installer/check.php b/installer/check.php
index 1318793..694455a 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',

--
Gitblit v1.9.1