cleanup of the phpinfo() output.

This commit is contained in:
Ilia Alshanetsky 2006-07-28 14:27:03 +00:00
parent 726dee9ee3
commit 0de5728c82

View 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();
}
/* }}} */