summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-04-25 17:35:30 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-04-25 17:35:30 +0000
commitfb743a3e27cc610505caa1b53e1c40305c18f73a (patch)
tree60631ef1fee269f22f0c730a391c78326da96d69 /ext
parent56fa94a6c0eca60e95eb1f6f58e8058b71fa1940 (diff)
downloadphp-git-fb743a3e27cc610505caa1b53e1c40305c18f73a.tar.gz
MFH(r-1.171): added a bogus copyright notice
Diffstat (limited to 'ext')
-rw-r--r--ext/mbstring/mbstring.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c
index 18ef75e42b..8523aee838 100644
--- a/ext/mbstring/mbstring.c
+++ b/ext/mbstring/mbstring.c
@@ -1006,6 +1006,7 @@ 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