]> granicus.if.org Git - php/commitdiff
add sablotron version, patch by Christian Stocker...
authorSterling Hughes <sterling@php.net>
Mon, 29 Jul 2002 23:57:26 +0000 (23:57 +0000)
committerSterling Hughes <sterling@php.net>
Mon, 29 Jul 2002 23:57:26 +0000 (23:57 +0000)
ext/xslt/sablot.c

index 72ef0d5133ff34ec3466ec1448b207e686378512..7517dd870e5c3ea7f6726fdcecd5cb2e04a86ca8 100644 (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();
 }
 /* }}} */