]> granicus.if.org Git - php/commitdiff
MFH(r-1.172): moved copyright notice to the better place
authorMoriyoshi Koizumi <moriyoshi@php.net>
Fri, 25 Apr 2003 17:40:28 +0000 (17:40 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Fri, 25 Apr 2003 17:40:28 +0000 (17:40 +0000)
ext/mbstring/mbstring.c

index 8523aee8389228a38db0d24c431e61c6948aac64..3c0ba33b2b34c8bc678cf7bbb4c3c9c1a9be9576 100644 (file)
@@ -1006,7 +1006,6 @@ PHP_MINFO_FUNCTION(mbstring)
 {
        php_info_print_table_start();
        php_info_print_table_row(2, "Multibyte Support", "enabled");
-       php_info_print_table_colspan_header(2, "mbstring extension makes use of \"streamable kanji code filter and converter\", which is distributed under the GNU Lesser General Public License version 2.1.");
 #if defined(HAVE_MBSTR_JA)
        php_info_print_table_row(2, "Japanese support", "enabled");     
 #endif
@@ -1030,6 +1029,10 @@ PHP_MINFO_FUNCTION(mbstring)
 #endif
        php_info_print_table_end();
 
+       php_info_print_table_start();
+       php_info_print_table_colspan_header(2, "mbstring extension makes use of \"streamable kanji code filter and converter\", which is distributed under the GNU Lesser General Public License version 2.1.");
+       php_info_print_table_end();
+
        DISPLAY_INI_ENTRIES();
 }
 /* }}} */