summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* - Remove duplicate portion.Moriyoshi Koizumi2010-11-091-31/+0
* - Fix bug #53273 (mb_strcut() returns garbage with the excessive length param...Moriyoshi Koizumi2010-11-091-0/+62
* - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-081-2/+2
* - Fix win32 build. (notified by Rob. Thanks)Moriyoshi Koizumi2010-03-152-1/+1
* - Merge from upstream (note: this is no behavioral change, so need not to beMoriyoshi Koizumi2010-02-281-1/+3
* - Whitespaces.Moriyoshi Koizumi2010-02-281-2/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-037-7/+7
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-4/+4
* Fix bug #50115Rasmus Lerdorf2009-11-081-1/+1
* - Added SKIPIFFelipe Pena2009-11-081-0/+2
* - Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within aMoriyoshi Koizumi2009-09-232-3/+21
* * Merge two patches from 5.3 branch (intentionally uncommited because 5.2.11Moriyoshi Koizumi2009-09-235-12/+59
* - Looks like bug #48697 has already been fixed in RC1.Moriyoshi Koizumi2009-09-141-0/+24
* The last of the 2009 testfest testsZoe Slattery2009-08-301-0/+16
* * Fix bug #48645 (mb_convert_encoding() doesn't understand hexadecimal html-e...Moriyoshi Koizumi2009-07-292-6/+208
* - MFHMoriyoshi Koizumi2009-07-241-1/+1
* Fix test - remove bogus variationandy wharmby2009-06-091-6/+0
* - Removed XFAIL sectionFelipe Pena2009-05-263-3/+0
* - MFH: Just a paranoiac test. This works perfectly.Moriyoshi Koizumi2009-04-161-0/+37
* Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension)Ilia Alshanetsky2009-03-191-1/+1
* - MFH: Synching .dsp file (I am not sure whether I really should do this)Moriyoshi Koizumi2009-03-181-0/+12
* - MFH: Fix a bug that mbstring.internal_encoding doesn't take effect withinMoriyoshi Koizumi2009-03-153-8/+13
* - Revert the patch then.Moriyoshi Koizumi2009-02-244-167/+7
* - MFH: strictly check UTF-8 and UTF-32 validityMoriyoshi Koizumi2009-02-244-7/+167
* - MFHMoriyoshi Koizumi2009-02-161-0/+523
* - MFH: Fix bug #47399 mb_check_encoding() return true for some illegal SJISMoriyoshi Koizumi2009-02-162-2/+2
* - MFH: these should have been in the previous commit.Moriyoshi Koizumi2009-02-153-25/+25
* - MFH: Refix bug #43840.Moriyoshi Koizumi2009-02-1512-144/+259
* - MFH: prevent unwanted overflowMoriyoshi Koizumi2009-02-141-0/+3
* - MFH: Fix Bug #45923 (mb_st[r]ripos() offset not handled correctly)Moriyoshi Koizumi2009-02-143-22/+235
* MFB: Initialize optional varIlia Alshanetsky2009-02-091-1/+1
* - MFH: Fix bug #45239 (encoding detector hangs with mbstring.strict_detectionMoriyoshi Koizumi2009-02-062-3/+20
* - MFH: Fix bug #46843 (CP936 euro symbol is not converted properly)Moriyoshi Koizumi2009-02-022-1/+13
* Fix bug #47245 - Double free in mb_detect_encoding()Scott MacVicar2009-01-291-0/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3125-26/+26
* Tests for bug #43841 and #45923Ant Phillips2008-12-104-0/+526
* Remove duff comment produced by the test generator toolAnt Phillips2008-12-056-24/+0
* MBString tests: checked on PHP 5.2.6 (Windows, Linux and Linux 64 bit).Ant Phillips2008-12-03121-231/+12023
* MFB: Fixed bug #46626 (mb_convert_case does not handle apostrophe correctly)Ilia Alshanetsky2008-11-241-1/+1
* * MFH remainderMoriyoshi Koizumi2008-10-161-0/+8
* - MFH & BFNMoriyoshi Koizumi2008-10-161-8/+9
* - MFH: Reenable ini_set("mbstring.internal_encoding", VALUE) to work on runtime.Moriyoshi Koizumi2008-09-131-1/+2
* - MFH: Properly initialize/finalize the library. This plugs the leaks caused byMoriyoshi Koizumi2008-09-131-0/+2
* - Remove unexposed functions.Moriyoshi Koizumi2008-09-122-118/+0
* - MFH: Use memcmp() for binary safety.Moriyoshi Koizumi2008-09-121-17/+10
* - MFH: More fixes for bug #45691Moriyoshi Koizumi2008-08-041-3/+6
* MFH: no c++ comments in c filesJani Taskinen2008-08-031-6/+6
* - MFH:Forgot to take account of the case when mbstring.language is processedMoriyoshi Koizumi2008-08-031-4/+23
* - MFH: Fixed bug #45691 (Some per-dir or runtime settings may leak into other...Moriyoshi Koizumi2008-08-022-123/+134
* - MFH: Fixed bug #43993 (mb_substr_count() behaves differently to substr_coun...Moriyoshi Koizumi2008-08-012-0/+27