diff options
author | till <till@php.net> | 2008-06-15 15:30:16 +0000 |
---|---|---|
committer | till <till@php.net> | 2008-06-15 15:30:16 +0000 |
commit | 337694143f61136f1c9c4f43fdcd25a03889c3d8 (patch) | |
tree | 0153c5a08fa7155694086ca85cc7c006beadca44 /installer | |
parent | 23bea9d4e95c5381fcc8f05739dc60c9eb273049 (diff) |
* there is no dom2 extension, just dom
Diffstat (limited to 'installer')
-rw-r--r-- | installer/check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/check.php b/installer/check.php index a8a0125f5..380202cdb 100644 --- a/installer/check.php +++ b/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', |