1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00
Files
archived-php-src/ext/mbstring
Rasmus Lerdorf d08a0e99c8 An input filter might not simply strip stuff, it might also turn things
into entities or use some other mechanism which causes the filtered data
to be longer than the original data.  Ergo, pass in the address of the
buffer instead so the filter is free to reallocate it.
2003-02-20 22:21:49 +00:00
..
2003-02-03 20:29:07 +00:00
2002-12-31 16:08:15 +00:00
2003-02-19 20:56:47 +00:00
2002-05-30 10:10:16 +00:00
2002-12-31 16:08:15 +00:00
2002-12-31 16:08:15 +00:00
2002-12-31 16:08:15 +00:00
2002-12-31 16:08:15 +00:00
2002-08-20 10:00:28 +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.