From: Sterling Hughes Date: Mon, 29 Jul 2002 23:57:26 +0000 (+0000) Subject: add sablotron version, patch by Christian Stocker... X-Git-Tag: dev~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f0a47cd5558a2afd1918c2fe3b7201467d75659;p=php add sablotron version, patch by Christian Stocker... --- diff --git a/ext/xslt/sablot.c b/ext/xslt/sablot.c index 72ef0d5133..7517dd870e 100644 --- a/ext/xslt/sablot.c +++ b/ext/xslt/sablot.c @@ -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(); } /* }}} */