History log of /PHP-7.4/ext/mbstring/mbstring.c (Results 476 – 500 of 627)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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...


# 268903ce 12-Nov-2002 Moriyoshi Koizumi

Added neutral language spec for backwards compatibility


# 1017cf99 12-Nov-2002 Marcus Boerger

fix warnings


# 66d606df 10-Nov-2002 Moriyoshi Koizumi

Fixed mb_send_mail() so that it correctly handles the language setting.


# 20075174 10-Nov-2002 Moriyoshi Koizumi

Fixed OnUpdate_mbstring_language so that change for mbstring.language
would be reflected to the setting properly


# 3e21044d 10-Nov-2002 Moriyoshi Koizumi

Changed the default settings so that it shouldn't affect htmlentities()


# a1d6dccb 10-Nov-2002 Moriyoshi Koizumi

These changes seems to have bad effect on htmlentities().
Remove it.


# 60febe28 09-Nov-2002 Moriyoshi Koizumi

Fixed typo


# 0e6445b8 09-Nov-2002 Moriyoshi Koizumi

Added mb_substr_count() as per the request #15097


# f47cf491 09-Nov-2002 Moriyoshi Koizumi

Fixed PHP_INI_MH(OnUpdate_mbstring_language) so that ini entry values
are properly updated.


# 941d5e38 03-Nov-2002 Moriyoshi Koizumi

style keisatsu


1...<<11121314151617181920>>...26