1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00

MFB: cleanup of the phpinfo() output.

This commit is contained in:
Ilia Alshanetsky
2006-07-28 14:27:17 +00:00
parent 321804b984
commit f6b0244790

View File

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