summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.c
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-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
* - Removed unused variablesFelipe Pena2008-07-071-1/+0
* - Added arginfoFelipe Pena2008-07-071-67/+385
* - added koi8-u (Ukrainian) and CP1254 (Turkish).Rui Hirokawa2008-07-051-0/+8
* string length -> intAntony Dovgal2008-07-011-7/+9
* updated to the new parameter-parsing apiAlexey Zakhlestin2008-06-281-227/+164
* added arginfo (fixes #45388)Alexey Zakhlestin2008-06-281-2/+22
* MFHRui Hirokawa2008-06-131-3/+8
* fixed #43841 mb_strrpos offset is byte count for negative values.Rui Hirokawa2008-02-161-0/+7
* fixed bug #43840 mb_strpos bounds check is byte count rather than a characte...Rui Hirokawa2008-02-161-1/+1
* 'auto' encoding was not initialized correctly per request basis.Rui Hirokawa2008-02-161-0/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Fix typo (TAKAGI Masahiro)Hannes Magnusson2007-12-261-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: added support "entity" as substitute_character settin accoding to bug #3...Rui Hirokawa2007-09-241-0/+11
* Synced mail function in mb_send_mail function(Escape mail.force_extra_paramet...Seiji Masugata2007-07-121-1/+1
* - MFH: Always enable mail() functionJohannes Schlüter2007-07-111-11/+0
* Sync with mail function in mb_send_mail function(problem MOPB-33-2007:PHP and...Seiji Masugata2007-04-041-2/+22
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-1/+1
* MFHAntony Dovgal2007-01-121-3/+6