mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
cleanup of the phpinfo() output.
This commit is contained in:
parent
726dee9ee3
commit
0de5728c82
@ -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();
|
||||
}
|
||||
/* }}} */
|
||||
|
Loading…
Reference in New Issue
Block a user