[skip ci] Update UPGRADING after Intl refactoring

This commit is contained in:
Gina Peter Banyard 2024-05-30 13:02:44 +01:00
parent 33f1cf202e
commit cd44826c1a
No known key found for this signature in database
GPG key ID: 3306078E3194AEBD

View file

@ -615,8 +615,14 @@ PHP 8.4 UPGRADE NOTES
- Intl: - Intl:
. The class constants are typed now. . The class constants are typed now.
. The behaviour of Intl class has been normalized to always throw Error
exceptions when attempting to use a non-initialized object,
or when cloning fails.
. The idn_to_ascii() and idn_to_utf8() now always throw ValueErrors if the
$domain name is empty or too long, and if $variant is not
INTL_IDNA_VARIANT_UTS46.
- Intl: - OpenSSL:
. The OpenSSL extension now requires at least OpenSSL 1.1.1. . The OpenSSL extension now requires at least OpenSSL 1.1.1.
- PDO: - PDO: