Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | fix failing tests | Stanislav Malyshev | 2011-08-01 | 1 | -1/+1 | |
| | | ||||||
* | | - Fixed bug #54494: mb_substr() mishandles UTF-32LE and UCS-2LE. | Gustavo André dos Santos Lopes | 2011-04-09 | 1 | -0/+52 | |
| | | ||||||
* | | Fixed multibyte related issues | Dmitry Stogov | 2011-03-14 | 1 | -8/+10 | |
| | | ||||||
* | | XFAIL these for the moment, Kalle totally broke these in 298241 | Scott MacVicar | 2011-02-03 | 3 | -0/+6 | |
| | | | | | | | | | | | | when removing register_globals | |||||
* | | Added multibyte suppport by default. Previosly php had to be compiled with ↵ | Dmitry Stogov | 2010-11-24 | 2 | -2/+4 | |
| | | | | | | | | --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini | |||||
* | | - 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 | -0/+2 | |
| | | ||||||
* | | - Turn test-description into on line. | Derick Rethans | 2010-09-05 | 1 | -6/+1 | |
| | | ||||||
* | | Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header). | Adam Harvey | 2010-08-25 | 8 | -14/+40 | |
| | | ||||||
* | | Removed register_globals | Kalle Sommer Nielsen | 2010-04-21 | 2 | -2/+0 | |
| | | ||||||
* | | MFB: Fixed bug #51512 (mb_send_mail* fail when mail.add_x_header is on by ↵ | Ilia Alshanetsky | 2010-04-12 | 7 | -0/+7 | |
|/ | | | | default) | |||||
* | 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 | |
| |