summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed mb_encode_mimeheader() to work with languages other than Japanese andMoriyoshi Koizumi2002-11-131-11/+4
* Fixed a buffer over-run bug in case a function to be overloaded doesn't exist.Moriyoshi Koizumi2002-11-131-15/+7
* CosmeticsMoriyoshi Koizumi2002-11-121-7/+19
* Fixed a function overloading related bug.Moriyoshi Koizumi2002-11-121-4/+5
* Added neutral language spec for backwards compatibilityMoriyoshi Koizumi2002-11-121-1/+1
* fix warningsMarcus Boerger2002-11-121-2/+2
* Fixed mb_send_mail() so that it correctly handles the language setting.Moriyoshi Koizumi2002-11-101-10/+6
* Fixed OnUpdate_mbstring_language so that change for mbstring.languageMoriyoshi Koizumi2002-11-101-12/+5
* Changed the default settings so that it shouldn't affect htmlentities()Moriyoshi Koizumi2002-11-101-8/+8
* These changes seems to have bad effect on htmlentities().Moriyoshi Koizumi2002-11-101-3/+1
* Fixed typoMoriyoshi Koizumi2002-11-091-2/+2
* Added mb_substr_count() as per the request #15097Moriyoshi Koizumi2002-11-091-0/+57
* Fixed PHP_INI_MH(OnUpdate_mbstring_language) so that ini entry valuesMoriyoshi Koizumi2002-11-091-14/+16
* style keisatsuMoriyoshi Koizumi2002-11-031-81/+90
* Reduced compiler warningsMoriyoshi Koizumi2002-11-021-39/+39
* Remove useless check.Yasuo Ohgaki2002-10-261-1/+1
* Additional fix for #20087Moriyoshi Koizumi2002-10-251-3/+4
* - Fixed bug #20087 (Assertion failure when the value was empty)Derick Rethans2002-10-251-1/+1
* Fixed null value check in php_mb_mbchar_bytes_ex() as it should beMoriyoshi Koizumi2002-10-251-1/+1
* Adjusted MINFO table styleMoriyoshi Koizumi2002-10-251-1/+1
* fix compiler warningMarcus Boerger2002-10-241-1/+1
* Make php_mb_is_mb_leadbyte() obsolete. It only works with double-byte chars.Moriyoshi Koizumi2002-10-231-34/+75
* fix style and warningsMarcus Boerger2002-10-231-5/+5
* Fixed comment position.Moriyoshi Koizumi2002-10-231-3/+3
* Function renaming.Moriyoshi Koizumi2002-10-231-40/+2
* Added folding markers for happier hackingMoriyoshi Koizumi2002-10-231-33/+88
* Style keisatsuMoriyoshi Koizumi2002-10-231-6/+6
* Renaming the functions.Moriyoshi Koizumi2002-10-231-24/+24
* Remaned the functions for consistencyMoriyoshi Koizumi2002-10-231-2/+2
* MFHMoriyoshi Koizumi2002-10-231-6/+1
* More style fixes...Moriyoshi Koizumi2002-10-211-15/+15
* style keisatsu :)Moriyoshi Koizumi2002-10-211-26/+26