diff options
author | alecpl <alec@alec.pl> | 2009-08-24 17:39:41 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-08-24 17:39:41 +0000 |
commit | 4007170109dc140557657ce2769a0a1b6d1a4d26 (patch) | |
tree | 4dc72e8355a2d1bfe9ce8ea26cd047d51297173f /installer/check.php | |
parent | f9aeecd579ab5bf9b260809b8f2435cbd81c155b (diff) |
- added 'xml' extension check (#1486051)
Diffstat (limited to 'installer/check.php')
-rw-r--r-- | installer/check.php | 3 |
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', |