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:
@@ -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();
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
Reference in New Issue
Block a user