]> granicus.if.org Git - php/commitdiff
Added missing phpinfo entry (Russian support)
authorMoriyoshi Koizumi <moriyoshi@php.net>
Wed, 5 Mar 2003 06:16:22 +0000 (06:16 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Wed, 5 Mar 2003 06:16:22 +0000 (06:16 +0000)
ext/mbstring/mbstring.c

index 15320d9ff3271f95e5c76757f5c368efe63a80b0..b8d50d8827623ce5098aa1402d911a14974dd694 100644 (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");