Skip to content

Commit c9bead8

Browse files
authored
[skip ci] UPGRADING: update several missing entries for GMP fixes
update UPGRADING entries for #22798 and #22656
1 parent ec391cf commit c9bead8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

UPGRADING

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ PHP 8.6 UPGRADE NOTES
4242
. imagesetstyle(), imagefilter() and imagecrop() filter their array arguments
4343
types / values and raise a TypeError / ValueError accordingly.
4444

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+
4551
- Intl:
4652
. Passing a non-stringable object as a time zone to Intl APIs that accept
4753
time zone objects or strings now raises a TypeError instead of an Error.

0 commit comments

Comments
 (0)