summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved initialisation code to the proper place.Moriyoshi Koizumi2003-05-161-1/+3
* MFH(r-1.175, r-1.53): applied the right fix for bug #23016Moriyoshi Koizumi2003-05-121-9/+1
* MFH(r-1.174): fixed an issue that zend-multibyte's behaviour doesn't reflect ...Moriyoshi Koizumi2003-05-041-0/+3
* MFHIlia Alshanetsky2003-05-011-4/+4
* MFH(r-1.172): moved copyright notice to the better placeMoriyoshi Koizumi2003-04-251-1/+4
* MFH(r-1.171): added a bogus copyright noticeMoriyoshi Koizumi2003-04-251-0/+1
* MFH(r-1.170): fixed crash in mb_convert_encoding() that occurs when a voidMoriyoshi Koizumi2003-04-011-1/+1
* MFH: added missing phpinfo entry (Russian support)Moriyoshi Koizumi2003-03-051-0/+3
* MFH: 64bit long fixMoriyoshi Koizumi2003-03-041-7/+7
* MFH(r1.165): Fixed bug #22330 (overloaded strrpos() weirdness)Moriyoshi Koizumi2003-02-201-1/+1
* MFH: fixed protoMoriyoshi Koizumi2003-02-031-1/+1
* MFH: fixed a mb_send_mail() bug.Moriyoshi Koizumi2003-01-311-2/+12
* Fixed mb_parse_str() bug pointed out by Yasuo.Moriyoshi Koizumi2002-11-241-2/+5
* mbstring is supporting CJK + some other encodings.Rui Hirokawa2002-11-211-1/+1
* Fixed yet another mb_parse_str() bugMoriyoshi Koizumi2002-11-211-2/+2
* MFHMoriyoshi Koizumi2002-11-141-4/+13
* Made mbstring compile on windows again.Edin Kadribasic2002-11-131-20/+20
* Prevented unwanted encoding detections in mb_send_mail()Moriyoshi Koizumi2002-11-131-6/+9