summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 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
* 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
* - These should have been in the previous commit.Moriyoshi Koizumi2009-02-154-33/+33
* - Forgot to include these files.Moriyoshi Koizumi2009-02-152-71/+187
* - MFH: Refix bug #43840.Moriyoshi Koizumi2009-02-1510-57/+88
* - MFH: prevent unwanted overflowMoriyoshi Koizumi2009-02-141-0/+3
* - MFH: fix Bug #45923 (mb_st[r]ripos() offset not handled correctly)Moriyoshi Koizumi2009-02-144-22/+235
* Improved param parsingIlia Alshanetsky2009-02-111-6/+5
* Initialize optional varIlia Alshanetsky2009-02-091-1/+1
* * MFH: Fix bug #45239 (encoding detector hangs with mbstring.strict_detectionMoriyoshi Koizumi2009-02-062-3/+20
* - MFH: Fix bug #46843 (CP936 euro symbol is not converted properly)Moriyoshi Koizumi2009-02-022-1/+13
* MFB Fix bug #47245 - Double free in mb_detect_encoding()Scott MacVicar2009-01-291-0/+2
* fix memleaks correctly and make valgrind happyAntony Dovgal2009-01-051-24/+18
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-317-7/+7
* - MFH: Bug #46763 (mb_stristr() wrong output when needle does not exist) (pat...Felipe Pena2008-12-303-33/+34
* - MFH: Fixed memory leaksFelipe Pena2008-12-271-0/+4
* - MFH: Fixed memory leakFelipe Pena2008-12-251-0/+2
* MFH Fix bug #46738 - Segfault when mb_detect_encoding() fails.Scott MacVicar2008-12-111-1/+1
* 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 6...Ant Phillips2008-12-051-0/+72
* MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 6...Ant Phillips2008-12-05123-430/+11371
* Fixed bug #46626 (mb_convert_case does not handle apostrophe correctly)Ilia Alshanetsky2008-11-241-1/+1
* - Fixed testsFelipe Pena2008-11-194-4/+29
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-54/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+54
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-54/+0
* * MFH remainderMoriyoshi Koizumi2008-10-161-0/+8
* - MFHMoriyoshi Koizumi2008-10-161-8/+9
* - MFH: Reenable ini_set("mbstring.internal_encoding", VALUE) to work on runtime.Moriyoshi Koizumi2008-09-131-1/+2
* - MFH: Properly initialize/finalize the library. This plugs the leaks caused byMoriyoshi Koizumi2008-09-131-0/+2
* - MFH: mb_list_*() issue settlementsMoriyoshi Koizumi2008-09-134-102/+74
* - MFH: use memcmp() for binary safety.Moriyoshi Koizumi2008-09-121-14/+7
* Fixed bug #46042 (memory leaks with reflection of mb_convert_encoding())Ilia Alshanetsky2008-09-101-2/+2
* - New parameter parsing API (for mb_convert_variables())Felipe Pena2008-08-181-25/+18
* MFH: fix build when pcre is not presentNuno Lopes2008-08-111-1/+1
* - MFH: More fixes for bug #45691Moriyoshi Koizumi2008-08-041-4/+8
* MFH: no c++ comments in c filesJani Taskinen2008-08-031-6/+6
* - MFH: Forgot to take account of the case when mbstring.language is processedMoriyoshi Koizumi2008-08-031-4/+23
* - MFH: Fixed bug #45691 (Some per-dir or runtime settings may leak into other...Moriyoshi Koizumi2008-08-022-123/+133
* - MFH: Fixed bug #43993 (mb_substr_count() behaves differently to substr_coun...Moriyoshi Koizumi2008-08-012-0/+27
* - MFH: Fixed bug #44617 (wrong HTML entity output when substitute_character=e...Moriyoshi Koizumi2008-07-312-56/+60