summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix failing testsStanislav Malyshev2011-08-011-1/+1
| |
* | - Fixed bug #54494: mb_substr() mishandles UTF-32LE and UCS-2LE.Gustavo André dos Santos Lopes2011-04-091-0/+52
| |
* | Fixed multibyte related issuesDmitry Stogov2011-03-141-8/+10
| |
* | XFAIL these for the moment, Kalle totally broke these in 298241Scott MacVicar2011-02-033-0/+6
| | | | | | | | | | | | when removing register_globals
* | Added multibyte suppport by default. Previosly php had to be compiled with ↵Dmitry Stogov2010-11-242-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 Koizumi2010-11-091-0/+31
| | | | | | | | parameter).
* | - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-081-2/+2
| | | | | | | | | | difference (thanks Eyal Teutsch for reporting)
* | - Fixed bug #52981 (Unicode casing table was out-of-date).Gustavo André dos Santos Lopes2010-10-051-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 Pena2010-09-271-0/+22
| |
* | - restore credits, fix 5.3 as well, aka do it right /cc DericPierre Joye2010-09-051-0/+2
| |
* | - Turn test-description into on line.Derick Rethans2010-09-051-6/+1
| |
* | Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).Adam Harvey2010-08-258-14/+40
| |
* | Removed register_globalsKalle Sommer Nielsen2010-04-212-2/+0
| |
* | MFB: Fixed bug #51512 (mb_send_mail* fail when mail.add_x_header is on by ↵Ilia Alshanetsky2010-04-127-0/+7
|/ | | | default)
* 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-231-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 Koizumi2009-09-141-0/+24
|
* - Fix bug #49536 (mb_detect_encoding() returns incorrect results when ↵Moriyoshi Koizumi2009-09-111-0/+20
| | | | | | | strict_mode is turned on.) (patch by komura, thanks!)
* - Fix bug #49528 (UTF-16 strings prefixed by BOM wrongly converted).Moriyoshi Koizumi2009-09-111-0/+20
|
* 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-291-0/+162
| | | | html-entities)
* - MFH: New tests (WurzbrugUG testfest)Felipe Pena2009-07-0711-0/+366
|
* Fix test - remove bogus variationandy wharmby2009-06-091-6/+0
|
* - Fixed bug #48200 (compile failure with mbstring.c when ↵Jani Taskinen2009-05-1013-26/+39
| | | | --enable-zend-multibyte is used)
* - MFH: just a paranoiac test. This works perfectly.Moriyoshi Koizumi2009-04-161-0/+37
|
* - MFH: strictly check UTF-8 and UTF-32 validityMoriyoshi Koizumi2009-02-241-0/+148
|
* - MFH: Add an entry for http_output_conv_mimetypes to the output ofMoriyoshi Koizumi2009-02-171-0/+190
| | | | | mb_get_info(). (patch by T. Komura, thanks!)
* remove XFAILAntony Dovgal2009-02-171-2/+0
|
* - Test.Moriyoshi Koizumi2009-02-161-0/+523
|
* - These should have been in the previous commit.Moriyoshi Koizumi2009-02-154-33/+33
|
* - MFH: Refix bug #43840.Moriyoshi Koizumi2009-02-1510-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 Koizumi2009-02-141-0/+202
|
* * MFH: Fix bug #45239 (encoding detector hangs with mbstring.strict_detectionMoriyoshi Koizumi2009-02-061-0/+18
| | | | | enabled).
* - MFH: Fix bug #46843 (CP936 euro symbol is not converted properly)Moriyoshi Koizumi2009-02-021-0/+12
|
* - MFH: Bug #46763 (mb_stristr() wrong output when needle does not exist) ↵Felipe Pena2008-12-302-32/+32
| | | | (patch by Henrique M. Decaria)
* Test for bug #43841Ant Phillips2008-12-101-0/+86
|
* Remove duff comment produced by the test generator toolAnt Phillips2008-12-056-25/+0
|
* MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux ↵Ant Phillips2008-12-051-0/+72
| | | | 64 bit).
* MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux ↵Ant Phillips2008-12-05123-430/+11371
| | | | 64 bit).
* - Fixed testsFelipe Pena2008-11-194-4/+29
|
* * MFH remainderMoriyoshi Koizumi2008-10-161-0/+8
|
* - MFH: mb_list_*() issue settlementsMoriyoshi Koizumi2008-09-132-0/+55
|
* - MFH: Fixed bug #43993 (mb_substr_count() behaves differently to ↵Moriyoshi Koizumi2008-08-011-0/+26
| | | | substr_count() with overlapping needles)
* - MFH: Fixed bug #44617 (wrong HTML entity output when ↵Moriyoshi Koizumi2008-07-311-30/+26
| | | | substitute_character=entity)
* MFH:- fix testJani Taskinen2008-07-311-0/+2
|
* - Typo.Moriyoshi Koizumi2008-07-291-1/+1
|
* - SCNG(input_filter) can be null if the script encoding is idential toMoriyoshi Koizumi2008-07-281-0/+22
| | | | | the internal encoding.
* - ???Moriyoshi Koizumi2008-07-281-1/+1
|
* - Fix __halt_compiler() weirdness with zend-mulibyte enabledMoriyoshi Koizumi2008-07-281-0/+22
|