summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with mail function in mb_send_mail function(problem MOPB-33-2007:PHP and...Seiji Masugata2007-04-041-10/+22
* MFB: Fixed MOPB-26-2007 mb_parse_str() can be used to activateIlia Alshanetsky2007-03-181-3/+7
* Fixed bug #39361, #39400 (mbstring function overloading problem).Seiji Masugata2006-12-211-5/+3
* fixed illegal encoding detection when mbstring.encoding_translation is enable...Rui Hirokawa2006-11-031-3/+13
* added mb_check_encoding( ). detect possible invalid encoding attack(avoids a ...Seiji Masugata2006-04-031-0/+60
* revert.(See http://news.php.net/php.cvs/37387)Seiji Masugata2006-03-231-62/+0
* MFHRui Hirokawa2006-03-211-0/+62
* MFH.Rui Hirokawa2006-03-211-0/+13
* fixed doesn't return value when omitting arguments in mb_get_info( ).Seiji Masugata2006-03-181-14/+34
* MFHRui Hirokawa2006-03-121-1/+9
* fixed different value was returned in mb_get_info.Seiji Masugata2006-03-101-7/+29
* MFH add safe_mode num of parameter checkYasuo Ohgaki2006-03-021-0/+5
* MF51: initialize to_rAntony Dovgal2006-02-061-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: update libmbfl for the newest version.Rui Hirokawa2005-12-301-7/+12
* MFH: Fixed possible memory corruption inside mb_strcut().Ilia Alshanetsky2005-12-151-0/+7
* fixed #35307 unexpected header can be injected to mb_send_mail() (the patch i...Rui Hirokawa2005-11-211-1/+48
* MFH: fixed #35253 length of the encoded string vilolates a RFC.Rui Hirokawa2005-11-191-4/+11
* fixed white space issue.Rui Hirokawa2005-11-051-1/+1
* removed mail.force_extra_parameters which is unsuppoted in php4.Rui Hirokawa2005-11-041-4/+1
* MFH: Fixed bug #34565 (mb_send_mail does not fetch mail.force_extra_parameters)Ilia Alshanetsky2005-09-211-0/+11
* - MFH: fix compiler warnings.Moriyoshi Koizumi2005-02-211-1/+1
* - MFH: Fix a critical bug that request-local settings leak to another request.Moriyoshi Koizumi2005-01-161-31/+72
* - Fix buf #28466 (mbstring_convert_variables() problem).Moriyoshi Koizumi2004-06-231-0/+1
* - MFH (r-1.212): Revert ini setting patch as I notified in...Moriyoshi Koizumi2004-03-101-1/+2
* MFH: Fixed bug #27421 (mbstring.func_overload should be system ini setting)Ilia Alshanetsky2004-03-061-2/+1
* MFH(r-1.206): Fixed bug #26639 (mb_convert_variables() clutters variables bey...Moriyoshi Koizumi2003-12-181-6/+9
* Eliminate compiler warnings.Moriyoshi Koizumi2003-12-101-4/+8
* Eliminate compiler warnings.Moriyoshi Koizumi2003-12-101-11/+17
* fixed compilation warning. (patched by Joe Orton)Rui Hirokawa2003-11-111-2/+2
* MFH(r-1.204): Compiler warning fix (patch by Joe Orton).Moriyoshi Koizumi2003-11-111-2/+2
* bug fixed: name parameter of multipart form was not converted into internal e...Rui Hirokawa2003-11-061-21/+38
* *** empty log message ***Moriyoshi Koizumi2003-11-051-10/+1
* Fix ZTS build #2Uwe Schindler2003-10-301-2/+2
* Adding missing TSRMLS_CC to fix zts buildFrank M. Kromann2003-10-291-3/+3
* revert my previous patch.Rui Hirokawa2003-10-261-44/+21
* Backport some patch already in HEAD to assure backwards compatibilityMoriyoshi Koizumi2003-10-261-55/+103
* mbfilter is replaced with libmbfl to maintain the licence compatibility. mbre...Rui Hirokawa2003-10-251-85/+137
* name/value in multipart/form-date will be converted into internal encoding wh...Rui Hirokawa2003-10-251-33/+68
* Forgot to commit this one.Moriyoshi Koizumi2003-10-021-0/+4
* MFH(r-1.189): more accurate fix for bug #25140Moriyoshi Koizumi2003-08-191-1/+1
* Revert the last patch. This patch should not be included in the forthcomingMoriyoshi Koizumi2003-08-191-1/+1
* - MFH: Fix for bug #25140 (mb_convert_encoding returns FALSE when it tries toDerick Rethans2003-08-191-1/+1
* Fix compile warning (unused variable)Ilia Alshanetsky2003-08-121-1/+0
* MFH(r-1.186): fix wrong behaviour under ZTS that was inconsistent with theMoriyoshi Koizumi2003-08-091-40/+45
* Add missing NLS entry for German.Moriyoshi Koizumi2003-08-061-0/+3
* fixed a typo.Rui Hirokawa2003-07-141-1/+1
* added strict detection mode in mb_detect_encoding to detect corrupted byte se...Rui Hirokawa2003-07-131-5/+14
* deleted code for debuging.Rui Hirokawa2003-06-281-2/+0
* Fixed corruption of multibyte character including 0x5c as secondRui Hirokawa2003-06-281-0/+121