#
7527bf0c |
| 02-Aug-2002 |
Rui Hirokawa |
made sapi_register_treat_data() to support multibyte input encoding translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data.
|
#
bc82be42 |
| 31-Jul-2002 |
Zeev Suraski |
Fix crash
|
#
3e7c884b |
| 28-Jul-2002 |
Yasuo Ohgaki |
Fixed query string handling. Now some.php?a&b=1;c works. # arg_separator.output can be multile chars
|
#
fbbeaec6 |
| 27-Jul-2002 |
Rui Hirokawa |
fixed: output encoding translation by mb_output_handler() in ext/mbstring was not usable when Content-Type is set by header().
|
Revision tags: php-4.2.2 |
|
#
50ca75a0 |
| 15-Jul-2002 |
Edin Kadribasic |
Fix bug #16985 (wrong count of GET/POST variables).
|
#
bec16333 |
| 12-Jul-2002 |
Sebastian Bergmann |
Remove unused variables.
|
#
555ca8ee |
| 11-Jul-2002 |
Rui Hirokawa |
added mbstring.language option in ext/mbstring.
|
Revision tags: INITIAL_IMPORT_SOURCEFORGE |
|
#
ead78e91 |
| 05-Jul-2002 |
Rui Hirokawa |
fixed shift_jis character corruption including 0x5c as second byte following a slash on uploaded filename.
|
Revision tags: xmlrpc_epi_0_51_merge_pt |
|
#
bda7548a |
| 03-Jul-2002 |
Frank M. Kromann |
Removed unneeded check for MBSTR_ENC_TRANS
|
#
0818410f |
| 03-Jul-2002 |
Frank M. Kromann |
Fixing ZTS build
|
#
bb21c407 |
| 03-Jul-2002 |
Rui Hirokawa |
fixed shift_jis character corruption including 0x5c as second byte on uploaded filename.
|
Revision tags: php-4.3.0dev_zend2_alpha2 |
|
#
010e5e60 |
| 19-Jun-2002 |
Marcus Boerger |
correct handling/generating of php_mbstr_default_identify_list
|
#
cff4039c |
| 18-Jun-2002 |
foobar |
Fixed bug: #17137, test pass still
|
Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10 |
|
#
d3012238 |
| 24-May-2002 |
Rui Hirokawa |
reverted my patch.
|
#
ee480a7e |
| 24-May-2002 |
Rui Hirokawa |
reverted patch to support iso2022kr.
|
#
4974e607 |
| 21-May-2002 |
Den V. Tsopa |
Added russian codepages (koi8-r,cp1251,cp866) support.
|
Revision tags: RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1 |
|
#
0b70f9e8 |
| 16-May-2002 |
Preston L. Bannister |
Range check arguments to mb_strcut(). Test ext/mbstring/013.phpt causes a hard failure w/o this.
|
#
5f8009a7 |
| 15-May-2002 |
Rui Hirokawa |
added ISO-2022-KR support in mbstring.
|
Revision tags: php-4.2.1 |
|
#
f30b722f |
| 08-May-2002 |
Rui Hirokawa |
Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS ar
Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto.
show more ...
|
Revision tags: php-4.2.1RC2, php-4.2.1RC1 |
|
#
5df01432 |
| 30-Apr-2002 |
Rui Hirokawa |
added simplified chinese, traditional chinese, korean support to mbstring. Note that this feature is experimental.
|
#
417f299d |
| 23-Apr-2002 |
Yasuo Ohgaki |
Remove unneeded 'return'.
|
#
e6780384 |
| 23-Apr-2002 |
Yasuo Ohgaki |
Fix possible wide char prolem. Fix empty output when no conversion is performed. # Derick, this needs to be merged.
|
Revision tags: php-4.2.0 |
|
#
aa9cf268 |
| 21-Apr-2002 |
Rui Hirokawa |
small performance improvement when pass is selected as input encoding.
|
Revision tags: php-4.2.0RC4 |
|
#
d5158c20 |
| 14-Apr-2002 |
Rui Hirokawa |
fixed error output handler when 'pass' is choosed as output encoding.
|
Revision tags: php-4.2.0RC3 |
|
#
0f0a5ddd |
| 12-Apr-2002 |
Marcus Boerger |
-new function php_mb_check_encoding_list -mark module globals as const (thread safety)
|