From: Ilia Alshanetsky Date: Fri, 28 Jul 2006 14:27:17 +0000 (+0000) Subject: MFB: cleanup of the phpinfo() output. X-Git-Tag: RELEASE_1_0_0RC1~2183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6b024479082debaeaa2dbfe9d28ed218831784b;p=php MFB: cleanup of the phpinfo() output. --- diff --git a/ext/hash/hash.c b/ext/hash/hash.c index 37d22f3b2c..9c4b23379d 100644 --- a/ext/hash/hash.c +++ b/ext/hash/hash.c @@ -608,8 +608,8 @@ PHP_MINFO_FUNCTION(hash) *s = 0; php_info_print_table_start(); - php_info_print_table_header(2, "hash support", "enabled"); - php_info_print_table_header(2, "Hashing Engines", buffer); + php_info_print_table_row(2, "hash support", "enabled"); + php_info_print_table_row(2, "Hashing Engines", buffer); php_info_print_table_end(); } /* }}} */