From 3f121d65b0baaad18a380434c58439841dbc66ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 9 Jun 2022 12:13:09 +0200 Subject: [PATCH] Document the removal of true/punycode and pear/net_idna2 --- docs/migration/wsc55/libraries.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/migration/wsc55/libraries.md b/docs/migration/wsc55/libraries.md index fb125269..f0ee8833 100644 --- a/docs/migration/wsc55/libraries.md +++ b/docs/migration/wsc55/libraries.md @@ -7,6 +7,12 @@ The Polyfill for PHP 8.2 was added. Refer to the documentation within the [symfony/polyfill](https://github.com/symfony/polyfill/) repository for details. +## IDNA Handling + +The true/punycode and pear/net_idna2 dependencies were removed, because of a lack of upstream maintenance. +Instead the [`idn_to_ascii`](https://www.php.net/manual/en/function.idn-to-ascii.php) function should be used. +A polyfill for environments without the intl extension is provided. + ## Laminas Diactoros Diactoros was updated from version 2.4 to 2.10. -- 2.20.1