From 337694143f61136f1c9c4f43fdcd25a03889c3d8 Mon Sep 17 00:00:00 2001
From: till <till@php.net>
Date: Sun, 15 Jun 2008 11:30:16 -0400
Subject: [PATCH] * there is no dom2 extension, just dom

---
 installer/check.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installer/check.php b/installer/check.php
index a8a0125..380202c 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',

--
Gitblit v1.9.1