From 74116203db6e9a5e94367509e808aec72ac4314f Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 14 Feb 2017 13:50:30 +0000 Subject: [PATCH] INTL_IDNA_VARIANT_2003 is deprecated as of PHP 7.2.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341894 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/intl/constants.xml | 1 + reference/intl/idn/idn-to-ascii.xml | 7 +++++++ reference/intl/idn/idn-to-utf8.xml | 7 +++++++ 3 files changed, 15 insertions(+) diff --git a/reference/intl/constants.xml b/reference/intl/constants.xml index 2791e383f2..d89eb4bd87 100644 --- a/reference/intl/constants.xml +++ b/reference/intl/constants.xml @@ -110,6 +110,7 @@ Use IDNA 2003 algorithm in idn_to_utf8 and idn_to_ascii. This is the default. + This constant and using the default has been deprecated as of PHP 7.2.0. diff --git a/reference/intl/idn/idn-to-ascii.xml b/reference/intl/idn/idn-to-ascii.xml index 91ed2af985..0b1b0332ee 100644 --- a/reference/intl/idn/idn-to-ascii.xml +++ b/reference/intl/idn/idn-to-ascii.xml @@ -90,6 +90,13 @@ + + 7.2.0 + + INTL_IDNA_VARIANT_2003 has been deprecated; use + INTL_IDNA_VARIANT_UTS46 instead. + + 5.4.0/PECL 2.0.0b1 diff --git a/reference/intl/idn/idn-to-utf8.xml b/reference/intl/idn/idn-to-utf8.xml index f2637314cd..1717271d4d 100644 --- a/reference/intl/idn/idn-to-utf8.xml +++ b/reference/intl/idn/idn-to-utf8.xml @@ -90,6 +90,13 @@ + + 7.2.0 + + INTL_IDNA_VARIANT_2003 has been deprecated; use + INTL_IDNA_VARIANT_UTS46 instead. + + 5.4.0/PECL 2.0.0b1