alecpl
2009-08-24 4007170109dc140557657ce2769a0a1b6d1a4d26
- added 'xml' extension check (#1486051)


1 files modified
3 ■■■■ changed files
installer/check.php 3 ●●●● patch | view | raw | blame | history
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',