php-src/ext/mbstring
Frank M. Kromann 9df320c423 Fix win32 build
2006-11-04 17:25:14 +00:00
..
libmbfl added japanese legacy encoding support (made by moriyama@miraclelinux.com) 2006-11-03 01:11:35 +00:00
oniguruma missing variable initialization 2006-10-10 22:03:27 +00:00
tests MFH 2006-10-11 11:53:02 +00:00
config.m4 added japanese legacy encoding support (made by moriyama@miraclelinux.com) 2006-11-03 01:11:35 +00:00
config.w32 Fix win32 build 2006-11-04 17:25:14 +00:00
CREDITS mbstring is supporting CJK + some other encodings. 2002-11-21 16:12:49 +00:00
mb_gpc.c fixed illegal encoding detection when mbstring.encoding_translation is enabled.(made by komura) 2006-11-03 02:26:50 +00:00
mb_gpc.h bump year and license version 2006-01-01 12:51:34 +00:00
mbstring.c Fixed bug #39361 (Removed warning on empty haystack inside mb_strstr()). 2006-11-03 19:55:51 +00:00
mbstring.dsp - Add Armenian encoding / NLS (patch by Hayk Chamyan) 2005-03-22 22:22:11 +00:00
mbstring.h added mb_stristr( ), mb_strrichr( ). 2006-05-30 15:47:53 +00:00
php_mbregex.c MFH 2006-10-11 11:53:02 +00:00
php_mbregex.h bump year and license version 2006-01-01 12:51:34 +00:00
php_unicode.c bump year and license version 2006-01-01 12:51:34 +00:00
php_unicode.h bump year and license version 2006-01-01 12:51:34 +00:00
README Add warning... It seems posting message to php-dev/php-cvs does not work! 2002-08-14 06:28:16 +00:00
README_PHP3-i18n-ja renamed jstring to mbstring. 2001-05-01 01:52:55 +00:00
README.libmbfl @mbfilter is changed to bundled version of libmbfl to prevent LGPL licence problem. mbregex is changed to oniguruma. 2003-08-23 06:18:44 +00:00
unicode_data.h (PHP mb_convert_case) Add function that will convert the case of a string 2002-09-26 00:53:47 +00:00

!!Caution: DO NOT ADD/CHANGE MBSTRING CODE!!

New mbstring is under development, anyone who would like
add new feature/change behavior should access to development
source.

http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/php-i18n/

All changes made after 2002/5/19 are subject to be
removed.

You are warned in php-dev and php-cvs lists many times
already. If you are curious, search archive for details.

Thank you.