History log of /PHP-5.5/ext/mbstring/mbstring.c (Results 226 – 250 of 387)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bcd49d63 18-Feb-2003 Moriyoshi Koizumi

Fixed mb_send_mail() so that Content-Type and Content-Transfer-Encoding
headers are overridable by additional header parameters.
This patch fixes bug #21985 and bug #22064.


Revision tags: php-4.3.1
# 10681562 11-Feb-2003 Moriyoshi Koizumi

Fixed ZTS build


# 0ae9394c 03-Feb-2003 Moriyoshi Koizumi

zend_get_parameters_* => zend_parse_parameters


# a4fe845a 03-Feb-2003 Moriyoshi Koizumi

Really fixed proto.

# sorry for messing


# 2a92efda 03-Feb-2003 Moriyoshi Koizumi

Oops! wrong commit. Reverting...


# e58e1174 03-Feb-2003 Moriyoshi Koizumi

Fixed proto


# b00cc4f2 31-Jan-2003 Moriyoshi Koizumi

Fixed a mb_send_mail() bug that has been reported in php-i18n@lists.php.net
See http://lists.php.net/article.php?group=php.i18n&article=427


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 8a9e09a4 21-Jan-2003 Ilia Alshanetsky

ARG_COUNT(ht) -> ZEND_NUM_ARGS().


# 984c0918 18-Jan-2003 Ilia Alshanetsky

Removed pointless memory allocation checks.


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2
# 12d4a19f 25-Nov-2002 Moriyoshi Koizumi

Forgot to adjust this one


# 76b218cb 25-Nov-2002 Moriyoshi Koizumi

Renamed several internal functions for consistency


# 7f1f056f 23-Nov-2002 Moriyoshi Koizumi

Updated license information headers


# 22a9d7ad 23-Nov-2002 Moriyoshi Koizumi

Separated GPC related part from mbstring.c


# 13a51b8f 21-Nov-2002 Rui Hirokawa

mbstring is supporting CJK + some other encodings.


# 72f0be09 19-Nov-2002 Moriyoshi Koizumi

Function renamings: s/php_mbstr_/php_mb/.
# all of which are static so I don't see any problem for now.


# 41ef851e 19-Nov-2002 Moriyoshi Koizumi

Unified the duplicated portions.
# No need to merge this patch to the branch


Revision tags: BEFORE_RENAMING
# e40416eb 14-Nov-2002 Moriyoshi Koizumi

Fixed possible buffer over run in php_mb_safe_strrchr_ex()


# dac0b6fc 14-Nov-2002 Moriyoshi Koizumi

Moved some mbregex related portions from mbstring.c to php_mbregex.c
# No need to merge this change to PHP_4_3 branch


Revision tags: php-4.3.0RC1
# 1eddce79 13-Nov-2002 Edin Kadribasic

MFB (made mbstring compile on windows again).


# 7addde85 13-Nov-2002 Moriyoshi Koizumi

Prevented unwanted encoding detections in mb_send_mail()
# This patch shouldn't break BC


# e01b60c2 13-Nov-2002 Moriyoshi Koizumi

Fixed mb_encode_mimeheader() to work with languages other than Japanese and
English


# 04f59073 13-Nov-2002 Moriyoshi Koizumi

Fixed a buffer over-run bug in case a function to be overloaded doesn't exist.
# This patch was made by Ilia.


# 16cf26ee 12-Nov-2002 Moriyoshi Koizumi

Cosmetics


# 3cf70024 12-Nov-2002 Moriyoshi Koizumi

Fixed a function overloading related bug.
# Yet I suspect the problem is in another place...


12345678910>>...16