summaryrefslogtreecommitdiff
path: root/installer/check.php
diff options
context:
space:
mode:
authortill <till@php.net>2008-06-15 15:30:16 +0000
committertill <till@php.net>2008-06-15 15:30:16 +0000
commit337694143f61136f1c9c4f43fdcd25a03889c3d8 (patch)
tree0153c5a08fa7155694086ca85cc7c006beadca44 /installer/check.php
parent23bea9d4e95c5381fcc8f05739dc60c9eb273049 (diff)
* there is no dom2 extension, just dom
Diffstat (limited to 'installer/check.php')
-rw-r--r--installer/check.php2
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',