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 47b00a0 commit c995fc9Copy full SHA for c995fc9
UPGRADING
@@ -34,6 +34,9 @@ PHP 8.4 UPGRADE NOTES
34
- MBString:
35
. mb_encode_numericentity() and mb_decode_numericentity() now check that
36
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.
40
41
- PDO_DBLIB:
42
. setAttribute, DBLIB_ATTR_STRINGIFY_UNIQUEIDENTIFIER and DBLIB_ATTR_DATETIME_CONVERT
0 commit comments