php-src/ext/mbstring
Andi Gutmans 56f8195fe5 - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
  STR_FREE() and zval_dtor() always have to check for it and it slows down
  the general case. In addition, it seems that empty_string has been abused
  quite a lot, and was used not only for setting zval's but generally in
  PHP code instead of "", which wasn't the intention. Last but not least,
  nuking empty_string should improve stability as I doubt every place
  correctly checked if they are not mistakenly erealloc()'ing it or
  calling efree() on it.
  NOTE: Some code is probably broken. Each extension maintainer should
  check and see that my changes are OK. Also, I haven't had time to touch
  PECL yet. Will try and do it tomorrow.
2004-07-19 07:19:50 +00:00
..
libmbfl - Added mb_list_encoding() to return an array with all mbstring supported 2004-03-08 22:18:05 +00:00
oniguruma - Rename php_compat.h to php_onig_compat.h to avoid name conflict. 2004-07-19 05:04:33 +00:00
tests - Fix bug #28466 (mbstring_convert_variables() problem). 2004-06-26 05:39:00 +00:00
config.m4 - Fix VPATH build. (patch by Joe Orton) 2004-07-19 05:07:40 +00:00
config.w32 Enable mbregex in win32 build 2004-04-08 11:01:51 +00:00
CREDITS mbstring is supporting CJK + some other encodings. 2002-11-21 16:12:49 +00:00
mb_gpc.c Fixed input_filter functions need emalloc()ed values. 2004-06-26 07:57:37 +00:00
mb_gpc.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
mbstring.c - Fix bug #28466 (mbstring_convert_variables() problem). 2004-06-26 05:39:00 +00:00
mbstring.dsp added missing files of oniguruma to mbstring.dsp. 2004-03-27 10:51:34 +00:00
mbstring.h - Added mb_list_encoding() to return an array with all mbstring supported 2004-03-08 22:18:05 +00:00
php_mbregex.c - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 2004-07-19 07:19:50 +00:00
php_mbregex.h - Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi) 2004-02-28 20:45:27 +00:00
php_unicode.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
php_unicode.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +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.