History log of /PHP-7.4/ext/mbstring/mbstring.c (Results 176 – 200 of 627)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# aa7eceb3 19-Feb-2015 Masaki Kagaya

added php_mb_check_code_point for mb_substitute_character


# f303f598 19-Feb-2015 Masaki Kagaya

changed the position of calling php_mb_check_forbidden_encoding


# 89e9746f 19-Feb-2015 Masaki Kagaya

use php_mb_convert_encoding instead of php_mb_check_encoding


# f10a1826 19-Feb-2015 Masaki Kagaya

added various encoding support other than unicode


# a8ef8a25 19-Feb-2015 Masaki Kagaya

added check by php_mb_check_forbidden_encoding


# c6e94bfb 19-Feb-2015 Masaki Kagaya

added mb_chr


# a0890c7c 19-Feb-2015 Masaki Kagaya

added php_mb_check_forbidden_encoding


# b9b47c84 19-Feb-2015 Masaki Kagaya

added support for various encodings other than unicode


# 674b67ce 19-Feb-2015 Masaki Kagaya

added utf16 and ucs2 for supported encodings


# ec4f74b2 19-Feb-2015 Masaki Kagaya

added check for forbidden encodings


# b0659567 19-Feb-2015 Masaki Kagaya

added utf32 and ucs4 for available encodings


# c948e448 19-Feb-2015 Masaki Kagaya

added mb_ord


# cb028381 19-Feb-2015 Masaki Kagaya

added php_mb_check_encoding


Revision tags: php-5.6.6, php-5.5.22, php-5.4.38
# af3ca745 16-Feb-2015 Anatol Belski

made ZEND_TSRMLS_CACHE_* macros look like function calls

which also comply with the current semantics for such macros


Revision tags: POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37
# 66218409 20-Jan-2015 Joshua Rogers

Fix uninitalized variables reads. See CWE-457 for more info.


# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


# 599d7a39 04-Jan-2015 Stanislav Malyshev

Fix bug #68706 - uninitalized pointer in mbstring


# 6ec5ab77 23-Dec-2014 Dmitry Stogov

Improved trim/ltrim/rtrim functions.
Now php_trim() operates on zend_string and returns zend_string (it may return the same zend_string).


Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1
# 0490a322 15-Oct-2014 Anatol Belski

more exts converted for static tsrm ls pointer

mbstring, pcre, reflection


Revision tags: php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2
# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


# bae92295 19-Sep-2014 Anatol Belski

remove useless condition


12345678910>>...26