mirror of
https://github.com/php/php-src.git
synced 2024-12-03 23:05:57 +08:00
UPGRADING
This commit is contained in:
parent
c96e8946e1
commit
f68d72527a
@ -55,6 +55,8 @@ PHP 8.4 UPGRADE NOTES
|
||||
. mb_encode_numericentity() and mb_decode_numericentity() now check that
|
||||
the $map is only composed of integers, if not a ValueError is thrown.
|
||||
. mb_http_input() now always throws a ValueError if the $type is invalid.
|
||||
. mb_http_output() now checks that the $encoding parameter does not
|
||||
contain any null bytes. If it does, a ValueError is now thrown.
|
||||
. On invalid strings (those with encoding errors), mb_substr() now interprets
|
||||
character indices in the same manner as most other mbstring functions. This
|
||||
means that character indices returned by mb_strpos() can be passed to mb_substr().
|
||||
|
Loading…
Reference in New Issue
Block a user