added expat version to phpinfo();

This commit is contained in:
Thies C. Arntzen 2001-05-14 11:35:25 +00:00
parent bb472e7069
commit 56cebea057

View 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();
}