moriyoshi Thu Jun 5 14:04:30 2003 EDT Modified files: /php4/ext/xsl php_xsl.c Log: WS fix Index: php4/ext/xsl/php_xsl.c diff -u php4/ext/xsl/php_xsl.c:1.1 php4/ext/xsl/php_xsl.c:1.2 --- php4/ext/xsl/php_xsl.c:1.1 Thu Jun 5 13:10:13 2003 +++ php4/ext/xsl/php_xsl.c Thu Jun 5 14:04:30 2003 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_xsl.c,v 1.1 2003/06/05 17:10:13 rrichards Exp $ */ +/* $Id: php_xsl.c,v 1.2 2003/06/05 18:04:30 moriyoshi Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -274,7 +274,7 @@ { php_info_print_table_start(); php_info_print_table_row(2, "XML/XSLT", "enabled"); - { + { char buffer[128]; int major, minor, subminor; @@ -289,7 +289,7 @@ subminor = (xsltLibxmlVersion - major * 10000 - minor * 100); snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); php_info_print_table_row(2, "libxslt compiled against libxml Version", buffer); - } + } php_info_print_table_end(); /* Remove comments if you have entries in php.ini
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php