CStrategies
Member
PHP version: 7.2.34
MySQL version: 10.2.34
XF 2.2.13
After upgrading from XF 2.1 to XF 2.2.13, when attempting to add a resource with the resource manager that includes URLs in the fields, we get an error
Similar errors pop up from various places all tracing back to the idn conversions in
MySQL version: 10.2.34
XF 2.2.13
After upgrading from XF 2.1 to XF 2.2.13, when attempting to add a resource with the resource manager that includes URLs in the fields, we get an error
ErrorException: [E_DEPRECATED] idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated src/XF/Util/Url.php:28
. Similar errors pop up from various places all tracing back to the idn conversions in
XF/Util/Url
. I'm aware I could silence these errors by turning off development mode, but wondering why there are deprecated URL conversion functions in XF 2.2.13 to begin with. Or am I misunderstanding what is taking place?