php-src/ext/mbstring
2009-11-08 15:18:10 +00:00
..
libmbfl - Fix bug #49536 (mb_detect_encoding() returns incorrect results when strict_mode is turned on.) 2009-09-11 21:26:18 +00:00
oniguruma - fix VC9 build (5.3+) 2008-07-30 08:38:37 +00:00
tests Fix bug #50115 2009-11-08 15:18:10 +00:00
config.m4 ws 2009-04-20 15:39:48 +00:00
config.w32 MFH: Fixed static build of mbstring on Windows (makes static build of exif possible too) 2009-06-12 16:15:51 +00:00
CREDITS mbstring is supporting CJK + some other encodings. 2002-11-21 16:12:49 +00:00
mb_gpc.c - MFH (using svn merge; it seems I won't need to repeat the commit message anymore) 2009-07-24 23:48:58 +00:00
mb_gpc.h bump year and license version 2006-01-01 12:51:34 +00:00
mbstring.c - Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within a 2009-09-23 15:22:47 +00:00
mbstring.dsp - Add support for CP850 encoding (patch by Denis Giffeler) 2009-03-18 17:44:25 +00:00
mbstring.h - MFH: Fix a bug that mbstring.internal_encoding doesn't take effect within 2009-03-15 20:42:56 +00:00
php_mbregex.c MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe 2009-06-05 18:50:32 +00:00
php_mbregex.h MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
php_onig_compat.h - MFH: Added a new configure option --with-onig=[DIR] that allows the extension 2008-07-16 02:30:49 +00:00
php_unicode.c MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
php_unicode.h MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +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
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.