History log of /PHP-7.4/ext/mbstring/mbstring.c (Results 101 – 125 of 627)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# dead4f0b 19-Jul-2017 Nikita Popov

Avoid unnecessary encoding lookups in mbstring

Extract part of php_mb_convert_encoding that does the actual work
and use it whenever we already know the encoding.


# 9f08aff3 01-Apr-2017 Thomas Punt

Remove superfluous allocation checks around ZMM-based functions


# edcabf6d 12-Mar-2017 Nikita Popov

Drop unnecessary allocator return value checks


# a8239ff2 02-Feb-2017 Nikita Popov

Deprecate mbstring.func_overload


# 2df9346e 01-Feb-2017 Nikita Popov

Deprecate mb_parse_str() without second argument


# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 3e9bb03a 28-Nov-2016 Dmitry Stogov

Removed IS_TYPE_IMMUTABLE (it's the same as COPYABLE & !REFCOUED)


# b204b3ab 26-Nov-2016 Anatol Belski

further normalizations, uint vs uint32_t

fix merge mistake

yet one more replacement run


# 5e9b4c26 21-Nov-2016 Anatol Belski

remove TSRMLS_*


# a6763703 17-Nov-2016 Dmitry Stogov

Prevent modification of immutable arrays (ext/mbstring/tests/bug26639.phpt failure with opcache.protect_memory=1)


# 7cb1be2e 15-Oct-2016 Yasuo Ohgaki

Use proper API


# 06b20d97 15-Oct-2016 Yasuo Ohgaki

Fix test and cleanup code a little


# 4af00876 15-Oct-2016 Yasuo Ohgaki

mb_check_encoding()/mb_convert_encoding() - Improve and add recursion detection.


# e1709b7e 25-Sep-2016 Stanislav Malyshev

Fix bug #73082


# 6e530502 14-Sep-2016 Yasuo Ohgaki

Implemented Bug #68776 mail() does not have mail header injection prevention for additional headers
(PR 2060)


# 3cc90901 11-Sep-2016 Andrea Faulds

Remove remaining zpp fallback code (master branch)

Follow-up to d690014bf35507ccb7a1150a27504d2f87848842


# 8c700076 08-Sep-2016 Yasuo Ohgaki

Fix bug26639.phpt


# 8bbd0952 08-Sep-2016 Yasuo Ohgaki

Fix Bug #72992 mbstring.internal_encoding doesn't inherit default_charset


# 98bc11b0 06-Sep-2016 Yasuo Ohgaki

Fix memleak.


# 2605ceea 06-Sep-2016 Yasuo Ohgaki

Added array parameter support to mb_convert_encoding()


# a25f6f89 06-Sep-2016 Yasuo Ohgaki

Fixed Bug #66964 mb_convert_variables() cannot detect recursion


# b651b967 02-Sep-2016 Yasuo Ohgaki

Allow array input for mb_check_encoding()


Revision tags: php-7.1.0RC1, php-7.0.11RC1
# 2f10db36 30-Aug-2016 Christoph M. Becker

Fix #66797: mb_substr only takes 32-bit signed integer

`from` and `len` are `long`, but get passed to mbfl_substr() which expects
`int`s. Therefore we clamp the values to avoid the undef

Fix #66797: mb_substr only takes 32-bit signed integer

`from` and `len` are `long`, but get passed to mbfl_substr() which expects
`int`s. Therefore we clamp the values to avoid the undefined conversion
behavior.

show more ...


12345678910>>...26