mirror of
https://github.com/php/php-src.git
synced 2025-01-19 18:24:15 +08:00
added expat version to phpinfo();
This commit is contained in:
parent
bb472e7069
commit
56cebea057
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user