mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
Oops
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user