mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Adjusted MINFO table style
This commit is contained in:
parent
7147be21df
commit
b309c0515c
1 changed files with 1 additions and 1 deletions
|
@ -993,7 +993,7 @@ PHP_RSHUTDOWN_FUNCTION(mbstring)
|
||||||
PHP_MINFO_FUNCTION(mbstring)
|
PHP_MINFO_FUNCTION(mbstring)
|
||||||
{
|
{
|
||||||
php_info_print_table_start();
|
php_info_print_table_start();
|
||||||
php_info_print_table_header(2, "Multibyte Support", "enabled");
|
php_info_print_table_row(2, "Multibyte Support", "enabled");
|
||||||
#if defined(HAVE_MBSTR_JA)
|
#if defined(HAVE_MBSTR_JA)
|
||||||
php_info_print_table_row(2, "Japanese support", "enabled");
|
php_info_print_table_row(2, "Japanese support", "enabled");
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue