Skip to content

Commit 52a14b3

Browse files
authored
fix UPGRADING
1 parent 3194cc4 commit 52a14b3

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

UPGRADING

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ PHP 8.4 UPGRADE NOTES
8181
. Gettext:
8282
. bind_textdomain_codeset, textdomain and d(*)gettext functions now throw an exception
8383
if the domain argument is empty.
84+
. GMP:
85+
. The shift (<<, >>) and exponentiation (**) operators on GMP objects now
86+
emit a deprecation warning when converting a float right operand to int
87+
loses precision.
8488
. Intl:
8589
. resourcebundle_get(), ResourceBundle::get(), and accessing offsets on a
8690
ResourceBundle object now throw:
@@ -522,11 +526,6 @@ PHP 8.4 UPGRADE NOTES
522526
deprecated. Use either IntlGregorianCalendar::createFromDate() or
523527
IntlGregorianCalendar::createFromDateTime() instead.
524528

525-
- GMP:
526-
. The shift (<<, >>) and exponentiation (**) operators on GMP objects now
527-
emit a deprecation warning when converting a float right operand to int
528-
loses precision.
529-
530529
- LDAP:
531530
. Calling ldap_connect() with more than 2 arguments is deprecated. Use
532531
ldap_connect_wallet() instead.

0 commit comments

Comments
 (0)