From: Michael M Slusarz Date: Fri, 5 Mar 2010 17:21:09 +0000 (-0700) Subject: dom and xml extensions always need to be available X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=917a165a4f3efd3ae7eaac694c4eedd78549ea1c;p=horde.git dom and xml extensions always need to be available --- 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',