summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFH:- fix testJani Taskinen2008-07-311-0/+2
* - mbstring is built shared on windowsPierre Joye2008-07-301-1/+1
* - fix VC9 build (5.3+)Pierre Joye2008-07-301-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
* - ???Moriyoshi Koizumi2008-07-281-1/+1
* - Fix __halt_compiler() weirdness with zend-mulibyte enabledMoriyoshi Koizumi2008-07-281-0/+22
* - MFH: Fix warningsMoriyoshi Koizumi2008-07-252-7/+7
* - MFH: Fix wrong castMoriyoshi Koizumi2008-07-251-1/+1
* - MFH: Fix a typo in mb_stripos() that caused segfaults (noticed by bs@php.ne...Moriyoshi Koizumi2008-07-259-2/+1221
* - Fix tests.Moriyoshi Koizumi2008-07-2565-76/+76
* - Revived zend multibyteMoriyoshi Koizumi2008-07-2414-179/+360
* - MFH: fix win32 buildMoriyoshi Koizumi2008-07-241-0/+1
* - MFH: Fix tests.Moriyoshi Koizumi2008-07-2414-22/+22
* - MFH: Fixed warnings.Moriyoshi Koizumi2008-07-245-70/+104
* - MFH: Added "mbstring.http_output_conv_mimetypes" INI directive.Moriyoshi Koizumi2008-07-2417-34/+418
* - Remove duplicated lines.Moriyoshi Koizumi2008-07-221-4/+0
* - MFH: Bug #45572Moriyoshi Koizumi2008-07-201-2/+6
* - MFH: Fix ZTS buildMoriyoshi Koizumi2008-07-172-4/+4
* - Fix include_path.Moriyoshi Koizumi2008-07-1717-17/+17