summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Collapse)AuthorAgeFilesLines
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* - Fixed bug #54494: mb_substr() mishandles UTF-32LE and UCS-2LE.Gustavo André dos Santos Lopes2011-04-092-2/+54
|
* - Year++Felipe Pena2011-01-017-7/+7
|
* - add phpize support for windows, need a nmake install for now (nmake ↵Pierre Joye2010-12-131-0/+3
| | | | devel-pkg version is coming), works exactly the same as on unix, or should :)
* - Fix bug #53273 (mb_strcut() returns garbage with the excessive length ↵Moriyoshi Koizumi2010-11-092-0/+35
| | | | parameter).
* - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-081-2/+2
| | | | | difference (thanks Eyal Teutsch for reporting)
* - Moved ucgendat.c to a separate directory and included theGustavo André dos Santos Lopes2010-10-053-0/+56
| | | | OpenLDAP license there, as required by the license itself.
* - Fixed bug #52981 (Unicode casing table was out-of-date).Gustavo André dos Santos Lopes2010-10-053-2735/+6277
| | | | | | | | | | | | | | | | | | | | 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-272-1/+23
|
* - restore credits, fix 5.3 as well, aka do it right /cc DericPierre Joye2010-09-051-6/+3
|
* Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).Adam Harvey2010-08-259-17/+45
|
* Fixed bug #51512 (mb_send_mail* fail when mail.add_x_header is on by default)Ilia Alshanetsky2010-04-127-0/+7
|
* - Fix win32 build.Rob Richards2010-03-151-1/+1
|
* - Fix win32 build. (notified by Rob. Thanks)Moriyoshi Koizumi2010-03-151-0/+12
|
* - Update the bundled libmbfl to the latest on upstream.Moriyoshi Koizumi2010-03-1255-2708/+3429
|
* - 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
|
* mbstring filter files were referenced but never actually compiledScott MacVicar2010-02-161-0/+2
|
* Building libmbfl seperately fails since the shared library version is an API ↵Scott MacVicar2010-02-161-1/+3
| | | | reference rather than a version number
* 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)
* - MFH (using svn merge; it seems I won't need to repeat the commit message ↵Moriyoshi Koizumi2009-07-241-1/+1
| | | | anymore)
* - MFH: New tests (WurzbrugUG testfest)Felipe Pena2009-07-0711-0/+366
|
* MFH: Fixed static build of mbstring on Windows (makes static build of exif ↵Kalle Sommer Nielsen2009-06-121-2/+2
| | | | possible too)
* Fix test - remove bogus variationandy wharmby2009-06-091-6/+0
|
* MFH: Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-2/+2
|
* MFH: fix compile warningsAntony Dovgal2009-05-271-0/+2
|
* - Fixed bug #48200 (compile failure with mbstring.c when ↵Jani Taskinen2009-05-1014-36/+52
| | | | --enable-zend-multibyte is used)
* - Sync with HEAD (just reorder to match HEAD order)Jani Taskinen2009-04-201-163/+163
|
* wsJani Taskinen2009-04-201-1/+1
|
* - MFH: just a paranoiac test. This works perfectly.Moriyoshi Koizumi2009-04-161-0/+37
|
* - fix build, add new cp850 filePierre Joye2009-03-201-1/+1
|
* - Add support for CP850 encoding (patch by Denis Giffeler)Moriyoshi Koizumi2009-03-1812-1/+263
|
* - 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
| | | | | the request encoding converter.
* Improve parameter parsing codeIlia Alshanetsky2009-03-061-5/+5
|
* - MFH: strictly check UTF-8 and UTF-32 validityMoriyoshi Koizumi2009-02-244-7/+167
|
* - MFH: Add an entry for http_output_conv_mimetypes to the output ofMoriyoshi Koizumi2009-02-172-0/+197
| | | | | mb_get_info(). (patch by T. Komura, thanks!)
* remove XFAILAntony Dovgal2009-02-171-2/+0
|
* - Test.Moriyoshi Koizumi2009-02-161-0/+523
|
* - MFH: Fix bug #47399 (mb_check_encoding() return true for some illegal SJISMoriyoshi Koizumi2009-02-162-2/+2
| | | | | charcters)
* - These should have been in the previous commit.Moriyoshi Koizumi2009-02-154-33/+33
|