mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
Added missing phpinfo entry (Russian support)
This commit is contained in:
@@ -920,6 +920,9 @@ PHP_MINFO_FUNCTION(mbstring)
|
||||
#endif
|
||||
#if defined(HAVE_MBSTR_KR)
|
||||
php_info_print_table_row(2, "Korean support", "enabled");
|
||||
#endif
|
||||
#if defined(HAVE_MBSTR_RU)
|
||||
php_info_print_table_row(2, "Russian support", "enabled");
|
||||
#endif
|
||||
if (MBSTRG(encoding_translation)) {
|
||||
php_info_print_table_row(2, "HTTP input encoding translation", "enabled");
|
||||
|
||||
Reference in New Issue
Block a user