File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments