mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
[skip ci] Update UPGRADING after Intl refactoring
This commit is contained in:
parent
33f1cf202e
commit
cd44826c1a
1 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue