php-src/ext/mbstring
Dmitry Stogov 7fcd4064c0 Merge branch 'master' into phpng
* master: (41 commits)
  fix test - output can be chunked
  fix test
  fix test
  Fixed test for commit 997be125eb
  Add bug fix to NEWS
  Update UPGRADING according to bug fix
  fix test
  improve CURL tests to allow testing without separate server
  improve CURL tests to allow testing without separate server
  Fixed bug #67199	mb_regex_encoding mishmash
  Fix bug #67248 (imageaffinematrixget missing check of parameters)
  Fix bug #67247	spl_fixedarray_resize integer overflow
  fix news
  add tests stuff to README
  Updated NEWS
  Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245) Linux apparently does not like memcpy in overlapping regions...
  - Fixed off-by-one in phar_build (patch by crrodriguez at opensuse dot org)
  - Move checking
  - Fixed missing NULL check in SimpleXMLElement::xpath()
  - Fixed missing NULL check
  ...

Conflicts:
	ext/bz2/bz2.c
	ext/gd/gd.c
	ext/mbstring/php_mbregex.c
	ext/session/tests/031.phpt
	ext/simplexml/simplexml.c
	ext/spl/spl_fixedarray.c
2014-05-13 15:24:40 +04:00
..
libmbfl Merge branch 'PHP-5.4' into PHP-5.5 2013-10-20 08:51:17 -02:00
oniguruma updated to oniguruma to 5.9.5 2014-03-15 17:56:04 +01:00
tests Merge branch 'master' into phpng 2014-05-13 15:24:40 +04:00
ucgendat - Moved ucgendat.c to a separate directory and included the 2010-10-05 02:34:35 +00:00
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
config.w32 MFH: added iso2022jp-mobile and emoji unsuppoted in unicode 6.0. 2011-08-24 15:29:17 +00:00
CREDITS
mb_gpc.c Refactor mbstring (incompleted) 2014-03-23 20:04:58 +08:00
mb_gpc.h * Refactor zend_multibyte facility. 2010-12-19 16:36:37 +00:00
mbstring.c Make they are in the same style of Z_ISREF 2014-05-03 16:08:58 +08:00
mbstring.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
mbstring.h Bump year 2014-01-03 11:08:10 +08:00
php_mbregex.c Merge branch 'master' into phpng 2014-05-13 15:24:40 +04:00
php_mbregex.h Bump year 2014-01-03 11:08:10 +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 2014-01-03 11:08:10 +08:00
php_unicode.h Bump year 2014-01-03 11:08:10 +08:00
README
README_PHP3-i18n-ja Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
README.libmbfl
unicode_data.h - Fixed bug #52981 (Unicode casing table was out-of-date). 2010-10-05 01:54:17 +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.