php-src/ext/mbstring
Nikita Popov 1287c48082 Fix/improve zpp usage
The ext/interbase changes are done blindly, fingers crossed.

Some of these are bug fixes, some make zpp usage more idiomatic.
2015-10-02 09:35:00 +02:00
..
libmbfl Check mbfl_filt_put_invalid_char return value 2015-07-18 21:53:03 +02:00
oniguruma fix incompatible types 2015-08-15 12:03:47 +02:00
tests Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
ucgendat fix typos 2015-05-13 22:28:35 +04:00
config.m4 fix arg order, CFLAGS is the fifth arg in m4 2014-10-17 16:03:40 +02:00
config.w32 Merge remote-tracking branch 'origin/master' into native-tls 2014-11-27 15:59:43 +01:00
CREDITS
mb_gpc.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
mb_gpc.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
mbstring.c Fix/improve zpp usage 2015-10-02 09:35:00 +02:00
mbstring.h switch to the unified globals accessor where appropriate 2015-07-29 13:26:35 +02:00
php_mbregex.c Fix/improve zpp usage 2015-10-02 09:35:00 +02:00
php_mbregex.h bump year 2015-01-15 23:27:30 +08: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 bump year 2015-01-15 23:27:30 +08:00
php_unicode.h bump year 2015-01-15 23:27:30 +08:00
README
README_PHP3-i18n-ja typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-23 14:52:47 -08: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 Upgrade unicode_data.h to UnicodeData.txt 8.0.0 (part of bug #70475 ext/mbstring/unicode_data.h needs update) 2015-09-15 07:56:10 -07: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.