add sablotron version, patch by Christian Stocker...

This commit is contained in:
Sterling Hughes 2002-07-29 23:57:26 +00:00
parent ab9494f9cc
commit 2f0a47cd55

View File

@ -160,6 +160,10 @@ PHP_MINFO_FUNCTION(xslt)
{
php_info_print_table_start();
php_info_print_table_row(2, "XSLT support", "enabled");
php_info_print_table_row(2, "Backend", "Sablotron");
#ifdef SAB_VERSION
php_info_print_table_row(2, "Sablotron Version", SAB_VERSION);
#endif
php_info_print_table_end();
}
/* }}} */