From 917a165a4f3efd3ae7eaac694c4eedd78549ea1c Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 5 Mar 2010 10:21:09 -0700 Subject: [PATCH] dom and xml extensions always need to be available --- horde/lib/Test.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/horde/lib/Test.php b/horde/lib/Test.php index f8cd4f81a..c46f1c69d 100644 --- a/horde/lib/Test.php +++ b/horde/lib/Test.php @@ -60,7 +60,8 @@ class Horde_Test ), 'dom' => array( 'descrip' => 'DOM XML Support', - 'error' => 'DOM support is required for the configuration frontend and Kolab support.' + 'error' => 'Horde will not run without the dom extension. Don\'t compile PHP with --disable-all/--disable-dom, or enable the dom extension individually before continuing.', + 'fatal' => true ), 'fileinfo' => array( 'descrip' => 'MIME Magic Support (fileinfo)', @@ -156,8 +157,9 @@ class Horde_Test 'error' => 'The tidy PHP extension is used to sanitize HTML data.' ), 'xml' => array( - 'descrip' => 'XML Support', - 'error' => 'XML support is required for the help system.' + 'descrip' => 'XML Parser support', + 'error' => 'Horde will not run without the xml extension. Don\'t compile PHP with --disable-all/--without-xml, or enable the xml extension individually before continuing.', + 'fatal' => true ), 'zlib' => array( 'descrip' => 'Zlib Support', -- 2.11.0