View Issue Details

IDProjectCategoryView StatusLast Update
0003663Composrsetupwizardpublic2018-08-09 17:20
ReporterGuestAssigned ToChris Graham 
SeverityMajor-bug 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0003663: INTL_IDNA_VARIANT_2003 is deprecated
Descriptionrunning setup wizard after manual install got the following error on step 2 - Deprecated: idn_to ascii() [function.idn-to-ascii.php]: INTL_IDNA_VARIANT_2003 is deprecated in /sources/urls_simplifier.php on line 193

Installed on Fedora 28, Apache 2.4.34, PHP 7.2.8
Steps To ReproducePHP 7.2.0 in above installed
Additional Informationper mschrieck comment at http:php.net/manual/en/function.idn-to-ascii.php changed $domain = idn_to_ascii($domain) on line 193 of sources/urls_simplifier.php to $domain = idn_to_ascii($domain,IDNA_NONTRANSITIONAL_TO_ASCII,INTL_IDNA_VARIANT_UTS46) for the wizard to proceed.
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2018-08-09 14:31 Guest New Issue
2018-08-09 17:20 Chris Graham Status non-assigned => resolved
2018-08-09 17:20 Chris Graham Resolution open => fixed
2018-08-09 17:20 Chris Graham Assigned To => Chris Graham