Skip to content

Commit c995fc9

Browse files
committed
UPGRADING
1 parent 47b00a0 commit c995fc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ PHP 8.4 UPGRADE NOTES
3434
- MBString:
3535
. mb_encode_numericentity() and mb_decode_numericentity() now check that
3636
the $map is only composed of integers, if not a ValueError is thrown.
37+
. mb_http_output() now checks that the $encoding parameter does not
38+
contain any null bytes. If it does, a ValueError is now thrown.
39+
. mb_http_input() now always throws a ValueError if the $type is invalid.
3740

3841
- PDO_DBLIB:
3942
. setAttribute, DBLIB_ATTR_STRINGIFY_UNIQUEIDENTIFIER and DBLIB_ATTR_DATETIME_CONVERT

0 commit comments

Comments
 (0)