diff --git a/reference/intl/idn/idn-to-ascii.xml b/reference/intl/idn/idn-to-ascii.xml
index 40b1fd5ea8..9a8c2a48e6 100644
--- a/reference/intl/idn/idn-to-ascii.xml
+++ b/reference/intl/idn/idn-to-ascii.xml
@@ -45,8 +45,8 @@
variant
- Either INTL_IDNA_VARIANT_2003 for IDNA 2003 or
- INTL_IDNA_VARIANT_UTS46 for UTS #46.
+ Either INTL_IDNA_VARIANT_2003 (deprecated as of PHP 7.2.0) for IDNA 2003 or
+ INTL_IDNA_VARIANT_UTS46 (only available as of ICU 4.6) for UTS #46.
diff --git a/reference/intl/idn/idn-to-utf8.xml b/reference/intl/idn/idn-to-utf8.xml
index 7bb6976feb..64789d5b08 100644
--- a/reference/intl/idn/idn-to-utf8.xml
+++ b/reference/intl/idn/idn-to-utf8.xml
@@ -45,8 +45,8 @@
variant
- Either INTL_IDNA_VARIANT_2003 for IDNA 2003 or
- INTL_IDNA_VARIANT_UTS46 for UTS #46.
+ Either INTL_IDNA_VARIANT_2003 (deprecated as of PHP 7.2.0) for IDNA 2003 or
+ INTL_IDNA_VARIANT_UTS46 (only available as of ICU 4.6) for UTS #46.