#
de8c36dc |
| 02-Aug-2002 |
Marcus Boerger |
-use const to clarify code -fix tsrmls build (therefore rfc1867.c) |
#
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. |
Revision tags: php-4.2.2, 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 |
|
#
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, 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, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, 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 |
|
#
4efba9ef |
| 26-Apr-2002 |
Sascha Schumann |
Improve use of module_globals macros |
Revision tags: php-4.2.0 |
|
#
1c111b5d |
| 15-Apr-2002 |
Frank M. Kromann |
Fixing Win32 compilation of mbstring |
Revision tags: php-4.2.0RC4, php-4.2.0RC3 |
|
#
0f0a5ddd |
| 12-Apr-2002 |
Marcus Boerger |
-new function php_mb_check_encoding_list -mark module globals as const (thread safety) |
#
1f847267 |
| 10-Apr-2002 |
Rui Hirokawa |
changed mbstring to make thread safe. |
#
eb7ed910 |
| 05-Apr-2002 |
Yasuo Ohgaki |
Fixed way of exporing functions. (Need PHPAPI for Win) Fixed if statement format. ("if () stmt;" should be "if () \n {stmt;}") Fixed error message so that appropriate function names are d
Fixed way of exporing functions. (Need PHPAPI for Win) Fixed if statement format. ("if () stmt;" should be "if () \n {stmt;}") Fixed error message so that appropriate function names are displayed.
show more ...
|
#
cb51e72c |
| 05-Apr-2002 |
Marcus Boerger |
new function php_mb_convert_encoding |
Revision tags: php-4.2.0RC2, php-4.2.0RC1, help |
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers. |
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
c79f749f |
| 11-Jan-2002 |
Rui Hirokawa |
@Added multi-byte enabled regex functions. (Rui) |
#
32c1b0fd |
| 07-Jan-2002 |
Rui Hirokawa |
@added mb_get_info() to get internal settings of mbstring. |
#
e72d606c |
| 26-Dec-2001 |
Rui Hirokawa |
added code to remove overloaded function in RSHUTDOWN. |
Revision tags: php-4.1.1 |
|
#
8488a5a4 |
| 23-Dec-2001 |
Rui Hirokawa |
@added function overload in mbstring to add multibyte support for string and mail functions. |
#
26e30dc6 |
| 16-Dec-2001 |
Rui Hirokawa |
added an option mbstring.func_overload to overload some function by multibyte enabled version of function in mbstring. |
Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers. |
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
1c25b8dd |
| 30-Jul-2001 |
Zeev Suraski |
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way |
#
d87cc976 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua |
Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1 |
|
#
223eca31 |
| 09-May-2001 |
Rui Hirokawa |
remaked mb_gpc_handler as mb_parse_str() in mbstring. |
#
f34bad2d |
| 01-May-2001 |
Rui Hirokawa |
modified some function name in ext/mbstring based on naming convension and mbstr_http_input() implemented. |
#
f2731cb9 |
| 01-May-2001 |
Rui Hirokawa |
modified some function name in mbstring based on php's naming convension. |
#
4cafbdc6 |
| 01-May-2001 |
Rui Hirokawa |
simplified some function's name in ext/mbstring. |