]> granicus.if.org Git - php/commitdiff
cleanup of the phpinfo() output.
authorIlia Alshanetsky <iliaa@php.net>
Fri, 28 Jul 2006 14:27:03 +0000 (14:27 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 28 Jul 2006 14:27:03 +0000 (14:27 +0000)
ext/hash/hash.c

index 7af7baef81d1fd3c6a09a9a3513ddfa300d6d287..cfa32bc8115b7f34e8b97ba389fe5d1eaf74f055 100644 (file)
@@ -590,8 +590,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();
 }
 /* }}} */