1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

MFH(r-1.172): moved copyright notice to the better place

This commit is contained in:
Moriyoshi Koizumi
2003-04-25 17:40:28 +00:00
parent fb743a3e27
commit 95c2ba883a

View 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();
}
/* }}} */