#
df82b2ec |
| 12-Apr-2002 |
Marcus Boerger |
-fix mb_detect_order -php_mbstring_parse_encoding_list/array return 0 on any illegal input
|
#
fffb1a5d |
| 11-Apr-2002 |
Marcus Boerger |
interpret empty to_encoding as encoding not set what results in current_internal_encoding
|
#
adf58908 |
| 11-Apr-2002 |
Rui Hirokawa |
fixed a bug which causes crash when charset is not set.
|
#
25db882a |
| 11-Apr-2002 |
Yasuo Ohgaki |
Fix ZTS build # Please check caller when you add TSRMLS_DC. Especically if it's PHPAPI function... # find . -name "*.c" | xargs grep php_mail
|
#
1f847267 |
| 10-Apr-2002 |
Rui Hirokawa |
changed mbstring to make thread safe.
|
#
0743669f |
| 07-Apr-2002 |
Marcus Boerger |
-fix warnings
|
#
65ba3073 |
| 06-Apr-2002 |
Yasuo Ohgaki |
Use get_active_function_name() for error messages.
|
#
cbb96206 |
| 05-Apr-2002 |
Marcus Boerger |
no space for comma separated encoding lists
|
#
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 |
|
#
751dcedb |
| 23-Mar-2002 |
Rui Hirokawa |
fixed some errors in regression tests.
|
Revision tags: php-4.2.0RC1 |
|
#
d4e63bc5 |
| 16-Mar-2002 |
Markus Fischer |
- Raise warning when trying to execute non-executeable shell for mail delivery binary.
|
Revision tags: help |
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers.
|
Revision tags: php-4.1.2 |
|
#
07a08288 |
| 23-Feb-2002 |
Rui Hirokawa |
fixed a comment and default output encoding changed to pass.
|
#
7baa36c8 |
| 10-Feb-2002 |
Yasuo Ohgaki |
Fix typo
|
#
ccc87551 |
| 06-Feb-2002 |
Yasuo Ohgaki |
Remove unused line # I forgot to delete this line
|
#
eba550de |
| 06-Feb-2002 |
Yasuo Ohgaki |
Fixed crash with mb_output_handler() When mb_output_hanlder is applied muiltiple times, PHP does not output. This should be fixed also.
|
Revision tags: BEFORE_NEW_OBJECT_MODEL |
|
#
23258ef1 |
| 04-Feb-2002 |
Yasuo Ohgaki |
Remove TSRMLS_FETCH() does not need
|
Revision tags: PRE_ISSET_PATCH |
|
#
c79f749f |
| 11-Jan-2002 |
Rui Hirokawa |
@Added multi-byte enabled regex functions. (Rui)
|
#
ab322029 |
| 07-Jan-2002 |
Egon Schmid |
Fixed some protos.
|
#
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.
|
#
1524fa72 |
| 17-Dec-2001 |
Rui Hirokawa |
output encoding translation turn off in mb_output_handler() when non-text (binary) data was sent.(Patched by Kanemoto.)
|
#
ff219f1f |
| 17-Dec-2001 |
Yasuo Ohgaki |
Fix compile error
|