We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96e894 commit f68d725Copy full SHA for f68d725
UPGRADING
@@ -55,6 +55,8 @@ PHP 8.4 UPGRADE NOTES
55
. mb_encode_numericentity() and mb_decode_numericentity() now check that
56
the $map is only composed of integers, if not a ValueError is thrown.
57
. mb_http_input() now always throws a ValueError if the $type is invalid.
58
+ . mb_http_output() now checks that the $encoding parameter does not
59
+ contain any null bytes. If it does, a ValueError is now thrown.
60
. On invalid strings (those with encoding errors), mb_substr() now interprets
61
character indices in the same manner as most other mbstring functions. This
62
means that character indices returned by mb_strpos() can be passed to mb_substr().
0 commit comments