[dev] PATCH add domxml to test.php

Mike Cochrane mike@graftonhall.co.nz
Sun, 4 Aug 2002 09:57:18 +0100


domxml is now needed by the HEAD branch for configuration of applications...

Index: test.php
===================================================================
RCS file: /httpd/horde/horde/test.php,v
retrieving revision 1.62
diff -I$Horde -I$Revision -I$Date -u -r1.62 test.php
--- test.php	2002/08/01 09:41:47	1.62
+++ test.php	2002/08/04 08:48:38
@@ -154,6 +154,7 @@
 $mysql = extension_loaded('mysql');
 $pgsql = extension_loaded('pgsql');
 $xml = extension_loaded('xml');
+$domxml = extension_loaded('domxml');
 
 /* PHP Settings */
 $magic_quotes_runtime = !get_magic_quotes_runtime();
@@ -295,6 +296,7 @@
 
 <h1>PHP Module Capabilities</h1>
 <ul>
+    <li>DOM XML Support: <?php status($domxml); ?></li>
     <li>FTP Support: <?php status($ftp); ?></li>
     <li>Gettext Support: <?php status($gettext); ?></li>
     <?php if (!$gettext) { ?>

-------------------------------------------------------------------------
This mail sent from Mike's CVS HEAD install of IMP: http://horde.org/imp/