diff options
author | Sterling Hughes <sterling@php.net> | 2002-07-29 23:57:26 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2002-07-29 23:57:26 +0000 |
commit | 2f0a47cd5558a2afd1918c2fe3b7201467d75659 (patch) | |
tree | b6e22bb02a923b093e55885794cc1ffb332966b8 | |
parent | ab9494f9cc1e70289a3747203008a62ed064dcff (diff) | |
download | php-git-2f0a47cd5558a2afd1918c2fe3b7201467d75659.tar.gz |
add sablotron version, patch by Christian Stocker...
-rw-r--r-- | ext/xslt/sablot.c | 4 |
1 files changed, 4 insertions, 0 deletions
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(); } /* }}} */ |