summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
...
| | * fixed failed tests (backport from PHP_5_4/trunk).Rui Hirokawa2012-01-143-3/+6
| | * - Year++Felipe Pena2012-01-017-7/+7
| | * - Fix the fix (thanks Chris Jones!)Felipe Pena2011-11-221-1/+1
| | * - Fixed possible crash in mb_ereg_search_init() using empty patternFelipe Pena2011-11-212-2/+25
| | * backport the line from trunk and fix uninitialized variablesAntony Dovgal2011-11-191-0/+1
| | * A better fix for #55817 (thanks to bjori)Xinchen Hui2011-09-301-1/+1
| | * Fix wrong codes #55817Xinchen Hui2011-09-301-1/+1
| | * MFH: fixed #40685: removed '&' in mb_decode_numericentity().Rui Hirokawa2011-09-242-1/+69
| | * - add skipifPierre Joye2011-09-061-0/+2
| | * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| | * - Fixed bug #54494: mb_substr() mishandles UTF-32LE and UCS-2LE.Gustavo André dos Santos Lopes2011-04-092-2/+54
| | * - Year++Felipe Pena2011-01-017-7/+7
| | * - add phpize support for windows, need a nmake install for now (nmake devel-p...Pierre Joye2010-12-131-0/+3
| | * - Fix bug #53273 (mb_strcut() returns garbage with the excessive length param...Moriyoshi Koizumi2010-11-092-0/+35
| | * - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-081-2/+2
| | * - Moved ucgendat.c to a separate directory and included theGustavo André dos Santos Lopes2010-10-053-0/+56
| | * - Fixed bug #52981 (Unicode casing table was out-of-date).Gustavo André dos Santos Lopes2010-10-053-2735/+6277
| | * - Fixed bug #52931 (strripos not overloaded with function overloading enabled)Felipe Pena2010-09-272-1/+23
| | * - restore credits, fix 5.3 as well, aka do it right /cc DericPierre Joye2010-09-051-6/+3
| | * Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).Adam Harvey2010-08-259-17/+45
| | * Fixed bug #51512 (mb_send_mail* fail when mail.add_x_header is on by default)Ilia Alshanetsky2010-04-127-0/+7
| * | MFH mb_ereg_replace_callback() for security enhancements.Rui Hirokawa2012-03-024-28/+117
| * | Fix tests that break if filter.default isn't set to unsafe_rawRasmus Lerdorf2012-03-021-0/+1
| * | Test for null behavior with ext/mbstring functionsLars Strojny2012-02-011-0/+32
| * | - Year++Felipe Pena2012-01-017-7/+7
| * | - Fix the fix (thanks Chris Jones!)Felipe Pena2011-11-221-1/+1
| * | - Fixed possible crash in mb_ereg_search_init() using empty patternFelipe Pena2011-11-212-2/+25
| * | Comparison between pointer and integerXinchen Hui2011-11-211-1/+1
| * | backport the line from trunk and fix uninitialized variablesAntony Dovgal2011-11-191-0/+1
| * | Fixed bug #60306 (Characters lost while converting from cp936 to utf8)Xinchen Hui2011-11-182-3/+12
| * | Remove unused variables in libmbflPierrick Charron2011-11-182-2/+1
| * | Fix tests Xinchen Hui2011-11-081-1/+1
| * | MFH: fixed alias and encoding mapping for emoji logo.Rui Hirokawa2011-11-023-13/+14
| * | MFH: fixed alias of encoding.Rui Hirokawa2011-10-301-1/+1
| * | MFH: removed invalid two byte sequenct for utf-8.Rui Hirokawa2011-10-231-1/+1
| * | MFH: fixed byte length of utf-8.Rui Hirokawa2011-10-181-1/+1
| * | added a missing emoji U+27BF.Rui Hirokawa2011-10-151-12/+12
| * | A better fix for #55817 (thanks to bjori)Xinchen Hui2011-09-301-1/+1
| * | Fix wrong codes #55817Xinchen Hui2011-09-301-1/+1
| * | revert the previous patch.Rui Hirokawa2011-09-253-83/+9
| * | MFH: added mb_ereg_replace_callback().Rui Hirokawa2011-09-253-9/+83
| * | MFH: fixed #40685: removed '&' in mb_decode_numericentity().Rui Hirokawa2011-09-242-1/+101
| * | MFH: fixed a bug in convertion table and added test script for emoji.Rui Hirokawa2011-09-232-1/+173
| * | MFH: fixed optional argument.Rui Hirokawa2011-09-121-1/+1
| * | - unused varPierre Joye2011-09-121-1/+1
| * | MFH: fixed test failure on win32.Rui Hirokawa2011-09-111-0/+3
| * | MFH: fixed test failure on win32.Rui Hirokawa2011-09-117-0/+21
| * | MFH: fixed test case failures.Rui Hirokawa2011-09-111-1/+1
| * | MFH: fixed test case failures.Rui Hirokawa2011-09-118-96/+183
| * | revert previous commit.Rui Hirokawa2011-09-112-14/+17