summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_3_3'.php-4.3.3SVN Migration2003-08-242-11/+1
* 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
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-08-191-0/+10
* Fix compile warning (unused variable)Ilia Alshanetsky2003-08-121-1/+0
* MFH: fixed testIlia Alshanetsky2003-08-091-1/+1
* Test updates.Moriyoshi Koizumi2003-08-091-2/+2
* MFH(r-1.186): fix wrong behaviour under ZTS that was inconsistent with theMoriyoshi Koizumi2003-08-091-40/+45
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-08-082-0/+74
* Add missing NLS entry for German.Moriyoshi Koizumi2003-08-061-0/+3
* added include config.h so shared extensions builds work correctlyBrian France2003-08-051-0/+4
* MFH(r-1.3): disable the test temporarily because "-d" flags in the commandMoriyoshi Koizumi2003-08-031-0/+1
* 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-133-12/+21
* MFH(r-1.56): added missing protosMoriyoshi Koizumi2003-07-031-0/+3
* deleted code for debuging.Rui Hirokawa2003-06-281-2/+0
* Fixed corruption of multibyte character including 0x5c as secondRui Hirokawa2003-06-282-0/+127
* MFHIlia Alshanetsky2003-05-301-1/+1
* Moved initialisation code to the proper place.Moriyoshi Koizumi2003-05-161-1/+3
* MFH(r-1.4, r-1.4, r-1.5, r-1.4, r-1.4, r-1.4): fixed tests so they won't failMoriyoshi Koizumi2003-05-146-6/+6
* MFH(r-1.175, r-1.53): applied the right fix for bug #23016Moriyoshi Koizumi2003-05-122-10/+2
* Fixed bug #23016Moriyoshi Koizumi2003-05-101-1/+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-012-5/+5
* 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.55): added missing sanity check, which was causing segfault.Moriyoshi Koizumi2003-04-041-0/+7
* MFH(r-1.38): fixed segfault in mb_ereg_match()Moriyoshi Koizumi2003-04-031-6/+6
* MFH(r-1.37): fixed lots of crashes in mbregexMoriyoshi Koizumi2003-04-031-12/+26
* MFH(r-1.170): fixed crash in mb_convert_encoding() that occurs when a voidMoriyoshi Koizumi2003-04-011-1/+1
* MFH: fixed test cases so it wouldn't be failed in case register_globals=onMoriyoshi Koizumi2003-03-292-0/+2
* MFH: fixed bug #22834 (compile failure due to ugly implicit casts)Moriyoshi Koizumi2003-03-242-18/+18
* MFH: added missing phpinfo entry (Russian support)Moriyoshi Koizumi2003-03-051-0/+3
* MFH: 64bit long fixMoriyoshi Koizumi2003-03-042-10/+9
* 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 test case for mb_strpos()Moriyoshi Koizumi2003-02-031-2/+2
* MFH: fixed a mb_send_mail() bug.Moriyoshi Koizumi2003-01-318-11/+23
* MFH: reverted the wrong patchMoriyoshi Koizumi2003-01-211-2/+2
* MFH: fixed a mb_regex_replace() bugMoriyoshi Koizumi2003-01-211-2/+2
* MFH: fixed mb_ereg_search() segfaultMoriyoshi Koizumi2003-01-211-1/+1
* MFH: Bump year.Sebastian Bergmann2002-12-313-3/+3
* fixed lack of variable initialization bug.Rui Hirokawa2002-12-111-1/+4
* MFHMoriyoshi Koizumi2002-11-291-0/+2
* simplified and a bug fixed in korean encoding conversion table.Rui Hirokawa2002-11-252-1081/+1118
* Added a further test on mb_parse_str()Moriyoshi Koizumi2002-11-241-0/+104
* Fixed mb_parse_str() bug pointed out by Yasuo.Moriyoshi Koizumi2002-11-241-2/+5
* fixed some bugs in korean encoding conversion.Rui Hirokawa2002-11-221-2/+4
* MFH (added missing mb_internal_encoding())Moriyoshi Koizumi2002-11-213-0/+3