summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* Prevented the result from being affected by function overloadingMoriyoshi Koizumi2002-11-291-0/+2
* @- Enabled mbregex by default when mbstring is also enabled (Moriyoshi)Moriyoshi Koizumi2002-11-251-3/+2
* Forgot to adjust this oneMoriyoshi Koizumi2002-11-251-1/+1
* Renamed several internal functions for consistencyMoriyoshi Koizumi2002-11-253-16/+19
* simplified korean encoding conversion table.Rui Hirokawa2002-11-252-1081/+1118
* MFBMoriyoshi Koizumi2002-11-241-0/+104
* Adding mb_gpc files to projectFrank M. Kromann2002-11-231-0/+8
* Forgot this one. Updated license informationMoriyoshi Koizumi2002-11-231-1/+1
* Updated license information headersMoriyoshi Koizumi2002-11-234-4/+4
* Separated GPC related part from mbstring.cMoriyoshi Koizumi2002-11-235-341/+454
* Test for mb_send_mail() under language=KoreanMoriyoshi Koizumi2002-11-231-0/+41
* fixed some bugs in korean encoding conversion.Rui Hirokawa2002-11-221-2/+4
* Added missing mb_internal_encoding()Moriyoshi Koizumi2002-11-213-0/+3
* Removed unnecessary "\n"Moriyoshi Koizumi2002-11-211-2/+1
* mbstring is supporting CJK + some other encodings.Rui Hirokawa2002-11-212-2/+2
* fixed incorrect encoding conversion in korean.Rui Hirokawa2002-11-212-723/+887
* Function renamings: s/php_mbstr_/php_mb/.Moriyoshi Koizumi2002-11-192-29/+29
* Unified the duplicated portions.Moriyoshi Koizumi2002-11-191-163/+45
* Added a test to check whether mb_parse_str() works properlyMoriyoshi Koizumi2002-11-191-0/+79
* Modified the test so it wouldn't be affected by ini settings.Moriyoshi Koizumi2002-11-191-0/+1
* Divided the overload test into two so as to handle the case mbregex isMoriyoshi Koizumi2002-11-152-6/+29
* %s/SKIP/skip/gMoriyoshi Koizumi2002-11-1523-24/+24
* Removed unnecessary ?>Moriyoshi Koizumi2002-11-151-1/+1
* Fixed bogus SKIPIF conditions.Moriyoshi Koizumi2002-11-1518-4/+39
* Added some skipif conditions to handle the case mbstring is enabled but mbreg...Moriyoshi Koizumi2002-11-1517-1/+17
* Added a test for zend-multibyte extensionMoriyoshi Koizumi2002-11-141-0/+22
* Fixed possible buffer over run in php_mb_safe_strrchr_ex()Moriyoshi Koizumi2002-11-141-4/+13
* Fix buildMoriyoshi Koizumi2002-11-141-1/+1
* Moved some mbregex related portions from mbstring.c to php_mbregex.cMoriyoshi Koizumi2002-11-143-83/+141
* Fix build for unix.Wez Furlong2002-11-141-8/+8
* MFB (made mbstring compile on windows again).Edin Kadribasic2002-11-137-52/+62
* Added a skip condition for when mail() function is not avaliable.Ilia Alshanetsky2002-11-131-1/+6
* Added a skip condition for when the encoding needed for the test is notIlia Alshanetsky2002-11-132-0/+6
* Added a test for mb_send_mail() to check if the function properly handlesMoriyoshi Koizumi2002-11-131-0/+38
* Corrected Traditional Chinese language spec and the preferred MIME nameMoriyoshi Koizumi2002-11-131-4/+4
* Added a test for mb_send_mail() to check if the simplified Chinese supportMoriyoshi Koizumi2002-11-131-0/+39
* Updated the testMoriyoshi Koizumi2002-11-131-0/+1
* 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
* Disable mbstring by default.Andrei Zmievski2002-11-131-2/+2
* CosmeticsMoriyoshi Koizumi2002-11-121-7/+19
* Fixed a function overloading related bug.Moriyoshi Koizumi2002-11-121-4/+5
* Fixed language nameMoriyoshi Koizumi2002-11-121-1/+1
* Added test cases for mb_send_mail()Moriyoshi Koizumi2002-11-124-0/+148
* Forgot to change this one.Moriyoshi Koizumi2002-11-121-0/+1
* Added neutral language spec for backwards compatibilityMoriyoshi Koizumi2002-11-123-2/+13
* Fixed a memory leak.Ilia Alshanetsky2002-11-121-0/+3
* fix warningsMarcus Boerger2002-11-121-2/+2
* Fixed mb_convert_case() / mb_strtolower() / mb_strtoupper() to work inMoriyoshi Koizumi2002-11-111-17/+31