summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* MFH (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
|
* Fixed yet another mb_parse_str() bugMoriyoshi Koizumi2002-11-211-2/+2
| | | | | # This is reported by Ilia. Thanks!
* MFHMoriyoshi Koizumi2002-11-191-0/+1
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-11-191-0/+79
|
* MFHMoriyoshi Koizumi2002-11-151-38/+0
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-11-152-0/+61
|
* MFHMoriyoshi Koizumi2002-11-1523-24/+24
|
* MFHMoriyoshi Koizumi2002-11-152-1/+3
|
* MFHMoriyoshi Koizumi2002-11-1517-4/+37
|
* MFHMoriyoshi Koizumi2002-11-1517-1/+17
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-11-141-0/+22
|
* MFHMoriyoshi Koizumi2002-11-141-4/+13
|
* MFH (skip conditions for tests)Ilia Alshanetsky2002-11-143-1/+12
|
* MFH (fixes unix build of mbstring)Edin Kadribasic2002-11-141-8/+8
|
* Made mbstring compile on windows again.Edin Kadribasic2002-11-137-52/+62
|
* Added a test for mb_send_mail() to check if the function properly handlesMoriyoshi Koizumi2002-11-131-0/+38
| | | | | Traditional Chinese characters.
* Corrected Traditional Chinese language spec and the preferred MIME nameMoriyoshi Koizumi2002-11-131-4/+4
| | | | | of which the encoding is used in that locale.
* Added a test for mb_send_mail() to check if the simplified Chinese supportMoriyoshi Koizumi2002-11-131-0/+39
| | | | | works
* Updated the testMoriyoshi Koizumi2002-11-131-0/+1
|
* Prevented unwanted encoding detections in mb_send_mail()Moriyoshi Koizumi2002-11-131-6/+9
| | | | | # This patch shouldn't break BC
* Fixed mb_encode_mimeheader() to work with languages other than Japanese andMoriyoshi Koizumi2002-11-131-11/+4
| | | | | English
* Fixed a buffer over-run bug in case a function to be overloaded doesn't exist.Moriyoshi Koizumi2002-11-131-15/+7
| | | | | # This patch was made by Ilia.
* 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
| | | | | # Yet I suspect the problem is in another place...
* 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
| | | | | 64bit systems
* Fixed mb_send_mail() so that it correctly handles the language setting.Moriyoshi Koizumi2002-11-101-10/+6
|
* Fixed German language spec entry.Moriyoshi Koizumi2002-11-101-1/+1
|
* Fixed OnUpdate_mbstring_language so that change for mbstring.languageMoriyoshi Koizumi2002-11-101-12/+5
| | | | | would be reflected to the setting properly
* 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
| | | | | Remove it.
* Added a test case to check if my recent patch worksMoriyoshi Koizumi2002-11-101-0/+15
|
* Fixed typoMoriyoshi Koizumi2002-11-091-2/+2
|
* Added a test for mb_substr_count()Moriyoshi Koizumi2002-11-091-0/+44
|
* Added mb_substr_count() as per the request #15097Moriyoshi Koizumi2002-11-094-3/+153
|
* Fixed PHP_INI_MH(OnUpdate_mbstring_language) so that ini entry valuesMoriyoshi Koizumi2002-11-091-14/+16
| | | | | are properly updated.
* Added a test for function overloading behaviourMoriyoshi Koizumi2002-11-081-0/+33
|