You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
( ! ) Warning: Use of undefined constant INTL_IDNA_VARIANT_UTS46 - assumed
'INTL_IDNA_VARIANT_UTS46' (this will throw an Error in a future version of PHP) in
/home/public_html/wp-content/plugins/amp/includes/class-amp-http.php on line 205
From looking online, this may be due to a really old version of ICU running on the machine, but something that we may want to account for?
The text was updated successfully, but these errors were encountered:
In the meantime, I confirmed that INTL_IDNA_VARIANT_UTS46 was shipped in http://site.icu-project.org/download/46 ICU 4.6 back in ~2010/2011, but while this particular machine has PHP 7.2.9 installed, ICU is 4.2.1.
From looking online, this may be due to a really old version of ICU running on the machine, but something that we may want to account for?
The text was updated successfully, but these errors were encountered: