summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Collapse)AuthorAgeFilesLines
* - Fix win32 build. (notified by Rob. Thanks)Moriyoshi Koizumi2010-03-152-1/+13
|
* - Update the bundled libmbfl to the latest on upstream.Moriyoshi Koizumi2010-03-1264-4164/+3435
|
* - Merge from upstream (note: this is no behavioral change, so need not to beMoriyoshi Koizumi2010-02-281-1/+3
| | | | | merged to 5.3.2 branch)
* - 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
| | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief.
* Fix bug #50115Rasmus Lerdorf2009-11-081-1/+1
|
* - Added SKIPIFFelipe Pena2009-11-084-0/+8
|
* - Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within aMoriyoshi Koizumi2009-09-232-4/+21
| | | | | | | | multibyte character). (This bug was introduced by the commit by r202895. Please double-check the specification of the function you are going to *fix*.)
* - Looks like bug #48697 has already been fixed in RC1.Moriyoshi Koizumi2009-09-141-0/+24
|
* - Fix bug #49536 (mb_detect_encoding() returns incorrect results when ↵Moriyoshi Koizumi2009-09-113-2/+22
| | | | | | | strict_mode is turned on.) (patch by komura, thanks!)
* - Fix bug #49528 (UTF-16 strings prefixed by BOM wrongly converted).Moriyoshi Koizumi2009-09-112-10/+37
|
* The last of the 2009 testfest testsZoe Slattery2009-08-301-0/+16
|
* * Fix bug #48645 (mb_convert_encoding() doesn't understand hexadecimal ↵Moriyoshi Koizumi2009-07-292-6/+208
| | | | html-entities)
* - Probably harmless, but it should have been done this way.Moriyoshi Koizumi2009-07-241-1/+1
|
* - New tests (WurzbrugUG testfest)Felipe Pena2009-07-0711-0/+366
|
* Fixed static build of mbstring on Windows (makes static build of exif ↵Kalle Sommer Nielsen2009-06-111-2/+2
| | | | possible too)
* Fix test - remove bogus variationandy wharmby2009-06-091-6/+0
|
* Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-2/+2
|
* fix compile warningsAntony Dovgal2009-05-271-0/+2
|
* Implement JIT request decoding support for $_GET and $_POST.Andrei Zmievski2009-05-231-1/+1
|
* - Replaced by zend_multibyte-01.phptJani Taskinen2009-05-101-23/+0
|
* - Fixed bug #48200 (compile failure with mbstring.c when ↵Jani Taskinen2009-05-1015-10/+286
| | | | --enable-zend-multibyte is used)
* MFB: missed theseJani Taskinen2009-04-205-0/+1680
|
* MFB: Thanks to the "maintainers" who are too lazy to commit FIRST to HEAD!Jani Taskinen2009-04-20124-2908/+8427
|
* - Just a paranoiac test. This works perfectly.Moriyoshi Koizumi2009-04-161-0/+37
|
* - MFB (fixes build)Moriyoshi Koizumi2009-04-167-1/+25
|
* MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension)Ilia Alshanetsky2009-03-191-1/+1
|
* - Synching .dsp file (I am not sure whether I really should do this)Moriyoshi Koizumi2009-03-181-0/+12
|
* - Fix a bug that mbstring.internal_encoding doesn't take effect withinMoriyoshi Koizumi2009-03-153-8/+13
| | | | | the request encoding converter.
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-108-8/+8
|
* MFB: Improve parameter parsing codeIlia Alshanetsky2009-03-061-5/+5
|
* - Strictly check UTF-8 and UTF-8 validity.Moriyoshi Koizumi2009-02-244-7/+166
|
* - Add an entry for http_output_conv_mimetypes to the output of mb_get_info().Moriyoshi Koizumi2009-02-172-0/+197
|
* remove XFAILAntony Dovgal2009-02-171-2/+0
|
* - Fix bug #47399 (mb_check_encoding() returns true for some illegal SJISMoriyoshi Koizumi2009-02-163-2/+525
| | | | | characters).
* - Refix bug #43840.Moriyoshi Koizumi2009-02-1517-150/+353
| | | | | | | - Fix bug #43841. - Remove redundant trailing dots from the error messages. - Fix tests.
* - Prevent unwanted overflowMoriyoshi Koizumi2009-02-141-0/+3
|
* - Fix Bug #45923 (mb_st[r]ripos() offset not handled correctly)Moriyoshi Koizumi2009-02-144-17/+237
| | | | | # test still fails because of the difference of str[r]pos() behavior between 5.3 and 6.0.
* MFB: Improved param parsingIlia Alshanetsky2009-02-111-6/+5
|
* MFB: Initialize optional varIlia Alshanetsky2009-02-091-1/+1
|
* - Fix bug #45239 (encoding detector hangs with mbstring.strict_detectionMoriyoshi Koizumi2009-02-062-3/+20
| | | | | enabled).
* * Forgot to add the test.Moriyoshi Koizumi2009-02-021-0/+12
|
* - Fix bug #46843 (CP936 euro symbol is not converted properly)Moriyoshi Koizumi2009-02-021-1/+1
|
* MFB Fix bug #47245 - Double free in mb_detect_encoding()Scott MacVicar2009-01-291-0/+2
|
* MFB: fix memleaks correctly and make valgrind happyAntony Dovgal2009-01-051-24/+18
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-317-7/+7
|
* - Bug #46763 (mb_stristr() wrong output when needle does not exist) (patch ↵Felipe Pena2008-12-303-32/+33
| | | | by Henrique M. Decaria)
* - Fixed memory leaksFelipe Pena2008-12-271-0/+4
|
* - UnicodifingFelipe Pena2008-12-259-62/+62
|