Skip to content

Commit 90bd326

Browse files
committed
[skip ci] fix GMP entry
1 parent c09f0dd commit 90bd326

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

UPGRADING

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,8 +1005,9 @@ PHP 8.4 UPGRADE NOTES
10051005
deprecated in libcurl 7.11.1 and removed in 7.62.0.
10061006

10071007
- GMP:
1008-
. Casting a GMP object to bool changed so that 0 becomes false and everything else
1009-
becomes true.
1008+
. Casting a GMP object to bool is now possible instead of emitting a
1009+
E_RECOVERABLE_ERROR. The casting behaviour is overloaded such that a GMP
1010+
object representing the value 0 is cast to false.
10101011
RFC: https://wiki.php.net/rfc/fix_up_bcmath_number_class
10111012

10121013
- Intl:

0 commit comments

Comments
 (0)