summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* A better fix for #55817 (thanks to bjori)Xinchen Hui2011-09-301-1/+1
* Fix wrong codes #55817Xinchen Hui2011-09-301-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #52931 (strripos not overloaded with function overloading enabled)Felipe Pena2010-09-271-1/+1
* Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).Adam Harvey2010-08-251-3/+5
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within aMoriyoshi Koizumi2009-09-231-4/+0
* MFH: fix compile warningsAntony Dovgal2009-05-271-0/+2
* - Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multib...Jani Taskinen2009-05-101-10/+13
* - Sync with HEAD (just reorder to match HEAD order)Jani Taskinen2009-04-201-163/+163
* - MFH: Fix a bug that mbstring.internal_encoding doesn't take effect withinMoriyoshi Koizumi2009-03-151-8/+5
* Improve parameter parsing codeIlia Alshanetsky2009-03-061-5/+5
* - MFH: Add an entry for http_output_conv_mimetypes to the output ofMoriyoshi Koizumi2009-02-171-0/+7
* - Forgot to include these files.Moriyoshi Koizumi2009-02-151-4/+4
* - MFH: fix Bug #45923 (mb_st[r]ripos() offset not handled correctly)Moriyoshi Koizumi2009-02-141-20/+31
* Improved param parsingIlia Alshanetsky2009-02-111-6/+5
* Initialize optional varIlia Alshanetsky2009-02-091-1/+1
* 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-311-1/+1
* - MFH: Bug #46763 (mb_stristr() wrong output when needle does not exist) (pat...Felipe Pena2008-12-301-1/+2
* - 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
* - 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: Reenable ini_set("mbstring.internal_encoding", VALUE) to work on runtime.Moriyoshi Koizumi2008-09-131-1/+2
* - MFH: mb_list_*() issue settlementsMoriyoshi Koizumi2008-09-131-100/+18
* - 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-021-122/+133
* - MFH: Fix warningsMoriyoshi Koizumi2008-07-251-4/+4
* - 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-251-2/+5
* - Revived zend multibyteMoriyoshi Koizumi2008-07-241-168/+166
* - MFH: Fixed warnings.Moriyoshi Koizumi2008-07-241-62/+61
* - MFH: Added "mbstring.http_output_conv_mimetypes" INI directive.Moriyoshi Koizumi2008-07-241-34/+157
* - MFH: Fix ZTS buildMoriyoshi Koizumi2008-07-171-3/+3
* - MFH: Removed dependencies from php_mbregex to oniguruma typesMoriyoshi Koizumi2008-07-171-10/+15
* - MFH: Added a new configure option --with-onig=[DIR] that allows the extensionMoriyoshi Koizumi2008-07-161-14/+4
* fixed #43227 removed PHP_INI_PERDIR from mbstring.func_overload.Rui Hirokawa2008-07-131-2/+2
* MFB: - Fixed bug #45486 (mb_send_mail(); header 'Content-Type: text/plain; ch...Felipe Pena2008-07-111-1/+1