PHP 7.2 Deprecation Error
-
I am getting the following error on the post edit screen:
Deprecated: idn_to_utf8(): INTL_IDNA_VARIANT_2003 is deprecated in /home/tipsonlifeandlov/public_html/wp-content/plugins/amp/includes/class-amp-http.php on line 208
It looks like the
INTL_IDNA_VARIANT_2003
constant has been deprecated since PHP 7.2 and should be replaced withINTL_IDNA_VARIANT_UTS46
(PHP manual reference).
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘PHP 7.2 Deprecation Error’ is closed to new replies.