till
2008-06-15 337694143f61136f1c9c4f43fdcd25a03889c3d8
* there is no dom2 extension, just dom

1 files modified
2 ■■■ changed files
installer/check.php 2 ●●● patch | view | raw | blame | history
installer/check.php
@@ -1,7 +1,7 @@
<form action="index.php" method="get">
<?php
$required_php_exts = array('PCRE' => 'pcre', 'DOM' => 'dom2', 'Session' => 'session',);
$required_php_exts = array('PCRE' => 'pcre', 'DOM' => 'dom', 'Session' => 'session');
$optional_php_exts = array('FileInfo' => 'fileinfo', 'Libiconv' => 'iconv',
    'Multibyte' => 'mbstring', 'OpenSSL' => 'openssl', 'Mcrypt' => 'mcrypt',