From 797a079a95585a07bc7f26a79e04521d3b370177 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 30 Jul 2001 06:18:13 +0000 Subject: More TSRMLS_FETCH work, and a bit of cleanup --- ext/xml/xml.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'ext/xml/xml.c') diff --git a/ext/xml/xml.c b/ext/xml/xml.c index e5de0af07f..88798c82f6 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -229,12 +229,11 @@ PHP_RSHUTDOWN_FUNCTION(xml) 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(); + 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(); } /* }}} */ -- cgit v1.2.1