summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* non living code related typo fixesVeres Lajos2013-08-042-2/+2
* MFH: fixed #65045: mb_convert_encoding breaks well-formed character.Rui Hirokawa2013-07-315-202/+215
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-104-4/+4
* Missed SKIPIFXinchen Hui2013-05-091-0/+2
* Fix test failed after 0ea83ff8478d867ebf1603a43cd5d3432022cee7Xinchen Hui2013-02-161-2/+0
* mb_split() can now handle empty matches like preg_split() does.Moriyoshi Koizumi2013-02-103-40/+46
* Happy New YearXinchen Hui2013-01-017-7/+7
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-074-0/+80
|\
| * Fixed bug #63447 (max_input_vars doesn't filter variables when mbstring.encod...Xinchen Hui2012-11-074-0/+80
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-098-0/+0
|\ \ | |/
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-098-0/+0
| * Fixed bug #61631 mbstring mail related tests failAnatoliy Belsky2012-04-108-0/+24
* | Allow null as a default value for length in mb_substr() and mb_strcut()Lars Strojny2012-09-022-6/+12
* | Fixed bug #61631 mbstring mail related tests failAnatoliy Belsky2012-04-108-16/+16
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-03-221-3/+3
|\ \ | |/
| * Fix test, and merge the modification from trunkXinchen Hui2012-03-221-3/+3
| * 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