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 ec391cf commit c9bead8Copy full SHA for c9bead8
1 file changed
UPGRADING
@@ -42,6 +42,12 @@ PHP 8.6 UPGRADE NOTES
42
. imagesetstyle(), imagefilter() and imagecrop() filter their array arguments
43
types / values and raise a TypeError / ValueError accordingly.
44
45
+- GMP:
46
+ . GMP power and shift operators now throw ValueError when GMP right operands
47
+ are outside the unsigned long range, instead of silently truncating them.
48
+ . GMP integer string parsing now throw ValueError strings containing NUL
49
+ bytes, instead of silently truncating them.
50
+
51
- Intl:
52
. Passing a non-stringable object as a time zone to Intl APIs that accept
53
time zone objects or strings now raises a TypeError instead of an Error.
0 commit comments