diff options
author | foobar <sniper@php.net> | 2004-01-17 13:00:38 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2004-01-17 13:00:38 +0000 |
commit | f4983c0d3f56c2074458e4840db36643b2fec59b (patch) | |
tree | 2dcf521f07114e3bb2952439fe28cdfa40d30677 /ext/mbstring/mbstring.h | |
parent | b851f3712388de9f6c4addf2063dbc3c663a0b3b (diff) | |
download | php-git-f4983c0d3f56c2074458e4840db36643b2fec59b.tar.gz |
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
Diffstat (limited to 'ext/mbstring/mbstring.h')
-rw-r--r-- | ext/mbstring/mbstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h index 87740233d6..696ee65c85 100644 --- a/ext/mbstring/mbstring.h +++ b/ext/mbstring/mbstring.h @@ -19,7 +19,7 @@ /* $Id$ */ /* - * PHP4 Multibyte String module "mbstring" (currently only for Japanese) + * PHP 4 Multibyte String module "mbstring" (currently only for Japanese) * * History: * 2000.5.19 Release php-4.0RC2_jstring-1.0 |