Skip to content

Commit cd44826

Browse files
committed
[skip ci] Update UPGRADING after Intl refactoring
1 parent 33f1cf2 commit cd44826

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

UPGRADING

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,14 @@ PHP 8.4 UPGRADE NOTES
615615

616616
- Intl:
617617
. The class constants are typed now.
618+
. The behaviour of Intl class has been normalized to always throw Error
619+
exceptions when attempting to use a non-initialized object,
620+
or when cloning fails.
621+
. The idn_to_ascii() and idn_to_utf8() now always throw ValueErrors if the
622+
$domain name is empty or too long, and if $variant is not
623+
INTL_IDNA_VARIANT_UTS46.
618624

619-
- Intl:
625+
- OpenSSL:
620626
. The OpenSSL extension now requires at least OpenSSL 1.1.1.
621627

622628
- PDO:

0 commit comments

Comments
 (0)