]> granicus.if.org Git - php/commitdiff
added expat version to phpinfo();
authorThies C. Arntzen <thies@php.net>
Mon, 14 May 2001 11:35:25 +0000 (11:35 +0000)
committerThies C. Arntzen <thies@php.net>
Mon, 14 May 2001 11:35:25 +0000 (11:35 +0000)
ext/xml/xml.c

index 31e3a5c2ca0e783e84421362f8b2e8fde12e15b9..c6872522cd6877bb435d139c518bbd361611358b 100644 (file)
@@ -229,6 +229,7 @@ PHP_MINFO_FUNCTION(xml)
         php_info_print_table_start();
                php_info_print_table_row(2, "XML Support", "active");
                php_info_print_table_row(2, "XML Namespace Support", "active");
+               php_info_print_table_row(2, "EXPAT Version",XML_ExpatVersion());
         php_info_print_table_end();
 }