|
|
| Reporter | Guest | Assigned To | Chris Graham | |
|---|
| Severity | Major-bug | |
|---|
| Status | resolved | Resolution | fixed | |
|---|
| Product Version | | |
|---|
| Fixed in Version | | |
|---|
|
|
| Summary | 0003663: INTL_IDNA_VARIANT_2003 is deprecated |
|---|
| Description | running 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 Reproduce | PHP 7.2.0 in above installed |
|---|
| Additional Information | per 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. |
|---|
| Tags | No tags attached. |
|---|
|
|
| Time estimation (hours) | |
|---|
| Sponsorship open | |
|---|
|
|