1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00
Commit Graph

308 Commits

Author SHA1 Message Date
Moriyoshi Koizumi
af4be723b2 MFH: fixed proto 2003-02-03 16:54:38 +00:00
Moriyoshi Koizumi
e7a663d137 MFH: fixed test case for mb_strpos() 2003-02-03 16:17:29 +00:00
Moriyoshi Koizumi
56107bb783 MFH: fixed a mb_send_mail() bug.
# sorry for mixing WS fix
2003-01-31 14:28:44 +00:00
Moriyoshi Koizumi
ba1e0fbf46 MFH: reverted the wrong patch 2003-01-21 22:09:55 +00:00
Moriyoshi Koizumi
d78df15074 MFH: fixed a mb_regex_replace() bug 2003-01-21 22:04:28 +00:00
Moriyoshi Koizumi
77821ecb75 MFH: fixed mb_ereg_search() segfault 2003-01-21 19:32:18 +00:00
Sebastian Bergmann
ec46829b38 MFH: Bump year. 2002-12-31 16:37:36 +00:00
Rui Hirokawa
51b63d6b5a fixed lack of variable initialization bug. 2002-12-11 14:41:09 +00:00
Moriyoshi Koizumi
c5bcca7bab MFH 2002-11-29 18:35:17 +00:00
Rui Hirokawa
d70ac295c4 simplified and a bug fixed in korean encoding conversion table. 2002-11-25 15:23:01 +00:00
Moriyoshi Koizumi
d15c493713 Added a further test on mb_parse_str() 2002-11-24 19:48:17 +00:00
Moriyoshi Koizumi
07bec98624 Fixed mb_parse_str() bug pointed out by Yasuo. 2002-11-24 19:21:58 +00:00
Rui Hirokawa
b4664a5796 fixed some bugs in korean encoding conversion. 2002-11-22 23:37:17 +00:00
Moriyoshi Koizumi
af153a37f0 MFH (added missing mb_internal_encoding()) 2002-11-21 18:19:27 +00:00
Moriyoshi Koizumi
e6c6bdc2d9 MFH (removed unnecessary \n) 2002-11-21 17:36:57 +00:00
Rui Hirokawa
2832208fc5 mbstring is supporting CJK + some other encodings. 2002-11-21 16:21:33 +00:00
Rui Hirokawa
769be40253 fixed incorrect encoding conversion in korean. 2002-11-21 16:18:17 +00:00
Moriyoshi Koizumi
6c0b8b370b Fixed yet another mb_parse_str() bug
# This is reported by Ilia. Thanks!
2002-11-21 14:51:26 +00:00
Moriyoshi Koizumi
be66394313 MFH 2002-11-19 16:57:18 +00:00
SVN Migration
6eee55fde4 This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. 2002-11-19 16:56:44 +00:00
Moriyoshi Koizumi
1e219b65bf MFH 2002-11-15 15:59:57 +00:00
SVN Migration
ec36147dbf This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. 2002-11-15 15:59:08 +00:00
Moriyoshi Koizumi
e31196d184 MFH 2002-11-15 15:35:22 +00:00
Moriyoshi Koizumi
cea50a67e1 MFH 2002-11-15 14:55:07 +00:00
Moriyoshi Koizumi
41a0f1c59b MFH 2002-11-15 14:50:33 +00:00
Moriyoshi Koizumi
a920cec9aa MFH 2002-11-15 14:27:12 +00:00
SVN Migration
4c5cf3125f This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. 2002-11-14 22:38:44 +00:00
Moriyoshi Koizumi
fcc8f8fbd0 MFH 2002-11-14 21:35:18 +00:00
Ilia Alshanetsky
bcaf766768 MFH (skip conditions for tests) 2002-11-14 14:19:03 +00:00
Edin Kadribasic
65995b5c4f MFH (fixes unix build of mbstring) 2002-11-14 13:37:26 +00:00
Edin Kadribasic
c03f73a3b3 Made mbstring compile on windows again. 2002-11-13 23:01:17 +00:00
Moriyoshi Koizumi
9f2a1ce9d4 Added a test for mb_send_mail() to check if the function properly handles
Traditional Chinese characters.
2002-11-13 12:00:47 +00:00
Moriyoshi Koizumi
fd01313fde Corrected Traditional Chinese language spec and the preferred MIME name
of which the encoding is used in that locale.
2002-11-13 11:57:59 +00:00
Moriyoshi Koizumi
2016c0cc0a Added a test for mb_send_mail() to check if the simplified Chinese support
works
2002-11-13 08:45:37 +00:00
Moriyoshi Koizumi
d9ebc7aadb Updated the test 2002-11-13 08:27:17 +00:00
Moriyoshi Koizumi
7addde8521 Prevented unwanted encoding detections in mb_send_mail()
# This patch shouldn't break BC
2002-11-13 08:26:04 +00:00
Moriyoshi Koizumi
e01b60c2fb Fixed mb_encode_mimeheader() to work with languages other than Japanese and
English
2002-11-13 08:13:34 +00:00
Moriyoshi Koizumi
04f59073e6 Fixed a buffer over-run bug in case a function to be overloaded doesn't exist.
# This patch was made by Ilia.
2002-11-13 07:40:11 +00:00
Andrei Zmievski
e87b45de44 Disable mbstring by default. 2002-11-13 04:36:04 +00:00
Moriyoshi Koizumi
16cf26ee18 Cosmetics 2002-11-12 22:05:18 +00:00
Moriyoshi Koizumi
3cf7002469 Fixed a function overloading related bug.
# Yet I suspect the problem is in another place...
2002-11-12 21:58:53 +00:00
Moriyoshi Koizumi
072466203d Fixed language name 2002-11-12 20:06:20 +00:00
Moriyoshi Koizumi
5d547d1f0c Added test cases for mb_send_mail() 2002-11-12 20:04:58 +00:00
Moriyoshi Koizumi
827974bc94 Forgot to change this one. 2002-11-12 19:44:56 +00:00
Moriyoshi Koizumi
268903ce6c Added neutral language spec for backwards compatibility 2002-11-12 19:24:45 +00:00
Ilia Alshanetsky
d84afe1121 Fixed a memory leak. 2002-11-12 17:41:26 +00:00
Marcus Boerger
1017cf99a0 fix warnings 2002-11-12 11:45:10 +00:00
Moriyoshi Koizumi
67e6c356f6 Fixed mb_convert_case() / mb_strtolower() / mb_strtoupper() to work in
64bit systems
2002-11-11 02:39:32 +00:00
Moriyoshi Koizumi
66d606df5f Fixed mb_send_mail() so that it correctly handles the language setting. 2002-11-10 21:32:54 +00:00
Moriyoshi Koizumi
a56ea0ab81 Fixed German language spec entry. 2002-11-10 21:31:26 +00:00