1
0
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:
Moriyoshi Koizumi
2003-03-05 06:16:22 +00:00
parent 41a7bc4271
commit d2eb897739
+3
View File
@@ -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");