| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Fix bug #53273 (mb_strcut() returns garbage with the excessive length ↵ | Moriyoshi Koizumi | 2010-11-09 | 1 | -0/+31 |
| | | | | | parameter). | ||||
| * | - Fixed tests not passing under windows because of the directory separator | Patrick Allaert | 2010-11-08 | 1 | -2/+2 |
| | | | | | | difference (thanks Eyal Teutsch for reporting) | ||||
| * | - Fixed bug #52981 (Unicode casing table was out-of-date). | Gustavo André dos Santos Lopes | 2010-10-05 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | | | Updated with UnicodeData-6.0.0d7.txt and included the source of the generator program with the distribution. #The replaced tables, generated circa 2002, seem to reflect #Unicode 3.2. I was unable to generate the same property #offsets with Unicode 3.2 data, but all the tests I made #indicate php_unicode_is_prop() is returning the correct #values. The replaced file merely says it used a "modified #version" of ucgendat, which is not very helpful. The results #I got were not significantly different, only slightly higher #offsets at two properties, which were carried over to the #subsequent properties. #I was, however, able to replicate precisely the casing table. #The extent of the "modifications" besides omitting most of #the tables, a slightly different layout and the casing table #offsets having been multiplied by 3 is unclear. #The test suite showed no regressions; however, it's very poor #in testing the modified portion of the extension. | ||||
| * | - Fixed bug #52931 (strripos not overloaded with function overloading enabled) | Felipe Pena | 2010-09-27 | 1 | -0/+22 |
| | | |||||
| * | - restore credits, fix 5.3 as well, aka do it right /cc Deric | Pierre Joye | 2010-09-05 | 1 | -6/+3 |
| | | |||||
| * | Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header). | Adam Harvey | 2010-08-25 | 8 | -14/+40 |
| | | |||||
| * | Fixed bug #51512 (mb_send_mail* fail when mail.add_x_header is on by default) | Ilia Alshanetsky | 2010-04-12 | 7 | -0/+7 |
| | | |||||
| * | Fix bug #50115 | Rasmus Lerdorf | 2009-11-08 | 1 | -1/+1 |
| | | |||||
| * | - Added SKIPIF | Felipe Pena | 2009-11-08 | 4 | -0/+8 |
| | | |||||
| * | - Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within a | Moriyoshi Koizumi | 2009-09-23 | 1 | -0/+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 Koizumi | 2009-09-14 | 1 | -0/+24 |
| | | |||||
| * | - Fix bug #49536 (mb_detect_encoding() returns incorrect results when ↵ | Moriyoshi Koizumi | 2009-09-11 | 1 | -0/+20 |
| | | | | | | | | strict_mode is turned on.) (patch by komura, thanks!) | ||||
| * | - Fix bug #49528 (UTF-16 strings prefixed by BOM wrongly converted). | Moriyoshi Koizumi | 2009-09-11 | 1 | -0/+20 |
| | | |||||
| * | The last of the 2009 testfest tests | Zoe Slattery | 2009-08-30 | 1 | -0/+16 |
| | | |||||
| * | * Fix bug #48645 (mb_convert_encoding() doesn't understand hexadecimal ↵ | Moriyoshi Koizumi | 2009-07-29 | 1 | -0/+162 |
| | | | | | html-entities) | ||||
| * | - MFH: New tests (WurzbrugUG testfest) | Felipe Pena | 2009-07-07 | 11 | -0/+366 |
| | | |||||
| * | Fix test - remove bogus variation | andy wharmby | 2009-06-09 | 1 | -6/+0 |
| | | |||||
| * | - Fixed bug #48200 (compile failure with mbstring.c when ↵ | Jani Taskinen | 2009-05-10 | 13 | -26/+39 |
| | | | | | --enable-zend-multibyte is used) | ||||
| * | - MFH: just a paranoiac test. This works perfectly. | Moriyoshi Koizumi | 2009-04-16 | 1 | -0/+37 |
| | | |||||
| * | - MFH: strictly check UTF-8 and UTF-32 validity | Moriyoshi Koizumi | 2009-02-24 | 1 | -0/+148 |
| | | |||||
| * | - MFH: Add an entry for http_output_conv_mimetypes to the output of | Moriyoshi Koizumi | 2009-02-17 | 1 | -0/+190 |
| | | | | | | mb_get_info(). (patch by T. Komura, thanks!) | ||||
| * | remove XFAIL | Antony Dovgal | 2009-02-17 | 1 | -2/+0 |
| | | |||||
| * | - Test. | Moriyoshi Koizumi | 2009-02-16 | 1 | -0/+523 |
| | | |||||
| * | - These should have been in the previous commit. | Moriyoshi Koizumi | 2009-02-15 | 4 | -33/+33 |
| | | |||||
| * | - MFH: Refix bug #43840. | Moriyoshi Koizumi | 2009-02-15 | 10 | -57/+88 |
| | | | | | | | | - MFH: Fix bug #43841. - MFH: Remove redundant trailing dots from the error messages. - MFH: Fix tests. | ||||
| * | - MFH: fix Bug #45923 (mb_st[r]ripos() offset not handled correctly) | Moriyoshi Koizumi | 2009-02-14 | 1 | -0/+202 |
| | | |||||
| * | * MFH: Fix bug #45239 (encoding detector hangs with mbstring.strict_detection | Moriyoshi Koizumi | 2009-02-06 | 1 | -0/+18 |
| | | | | | | enabled). | ||||
| * | - MFH: Fix bug #46843 (CP936 euro symbol is not converted properly) | Moriyoshi Koizumi | 2009-02-02 | 1 | -0/+12 |
| | | |||||
| * | - MFH: Bug #46763 (mb_stristr() wrong output when needle does not exist) ↵ | Felipe Pena | 2008-12-30 | 2 | -32/+32 |
| | | | | | (patch by Henrique M. Decaria) | ||||
| * | Test for bug #43841 | Ant Phillips | 2008-12-10 | 1 | -0/+86 |
| | | |||||
| * | Remove duff comment produced by the test generator tool | Ant Phillips | 2008-12-05 | 6 | -25/+0 |
| | | |||||
| * | MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux ↵ | Ant Phillips | 2008-12-05 | 1 | -0/+72 |
| | | | | | 64 bit). | ||||
| * | MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux ↵ | Ant Phillips | 2008-12-05 | 123 | -430/+11371 |
| | | | | | 64 bit). | ||||
| * | - Fixed tests | Felipe Pena | 2008-11-19 | 4 | -4/+29 |
| | | |||||
| * | * MFH remainder | Moriyoshi Koizumi | 2008-10-16 | 1 | -0/+8 |
| | | |||||
| * | - MFH: mb_list_*() issue settlements | Moriyoshi Koizumi | 2008-09-13 | 2 | -0/+55 |
| | | |||||
| * | - MFH: Fixed bug #43993 (mb_substr_count() behaves differently to ↵ | Moriyoshi Koizumi | 2008-08-01 | 1 | -0/+26 |
| | | | | | substr_count() with overlapping needles) | ||||
| * | - MFH: Fixed bug #44617 (wrong HTML entity output when ↵ | Moriyoshi Koizumi | 2008-07-31 | 1 | -30/+26 |
| | | | | | substitute_character=entity) | ||||
| * | MFH:- fix test | Jani Taskinen | 2008-07-31 | 1 | -0/+2 |
| | | |||||
| * | - Typo. | Moriyoshi Koizumi | 2008-07-29 | 1 | -1/+1 |
| | | |||||
| * | - SCNG(input_filter) can be null if the script encoding is idential to | Moriyoshi Koizumi | 2008-07-28 | 1 | -0/+22 |
| | | | | | | the internal encoding. | ||||
| * | - ??? | Moriyoshi Koizumi | 2008-07-28 | 1 | -1/+1 |
| | | |||||
| * | - Fix __halt_compiler() weirdness with zend-mulibyte enabled | Moriyoshi Koizumi | 2008-07-28 | 1 | -0/+22 |
| | | |||||
| * | - MFH: Fix a typo in mb_stripos() that caused segfaults (noticed by ↵ | Moriyoshi Koizumi | 2008-07-25 | 8 | -0/+1216 |
| | | | | | bs@php.net, thanks). | ||||
| * | - Fix tests. | Moriyoshi Koizumi | 2008-07-25 | 65 | -76/+76 |
| | | |||||
| * | - Revived zend multibyte | Moriyoshi Koizumi | 2008-07-24 | 12 | -1/+194 |
| | | |||||
| * | - MFH: Fix tests. | Moriyoshi Koizumi | 2008-07-24 | 14 | -22/+22 |
| | | |||||
| * | - MFH: Fixed warnings. | Moriyoshi Koizumi | 2008-07-24 | 1 | -0/+35 |
| | | |||||
| * | - MFH: Added "mbstring.http_output_conv_mimetypes" INI directive. | Moriyoshi Koizumi | 2008-07-24 | 14 | -0/+258 |
| | | |||||
| * | - Fix include_path. | Moriyoshi Koizumi | 2008-07-17 | 17 | -17/+17 |
| | | |||||
