mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Oops
This commit is contained in:
parent
a89d00bb6c
commit
aa36f5bbdb
1 changed files with 6 additions and 3 deletions
|
@ -953,10 +953,13 @@ PHP_MINFO_FUNCTION(mbstring)
|
|||
php_info_print_table_row(2, "HTTP input encoding translation", "enabled");
|
||||
}
|
||||
#if defined(HAVE_MBREGEX)
|
||||
php_info_print_table_row(2, "Multibyte (japanese) regex support", "enabled");
|
||||
sprintf(buf, "%d.%d.%d",
|
||||
{
|
||||
char buf[32];
|
||||
php_info_print_table_row(2, "Multibyte (japanese) regex support", "enabled");
|
||||
sprintf(buf, "%d.%d.%d",
|
||||
ONIGURUMA_VERSION_MAJOR,ONIGURUMA_VERSION_MINOR,ONIGURUMA_VERSION_TEENY);
|
||||
php_info_print_table_row(2, "Multibyte regex (oniguruma) version", buf);
|
||||
php_info_print_table_row(2, "Multibyte regex (oniguruma) version", buf);
|
||||
}
|
||||
#endif
|
||||
php_info_print_table_end();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue