#3663 - INTL_IDNA_VARIANT_2003 is deprecated
| Identifier | #3663 |
|---|---|
| Issue type | Major issue (breaks an entire feature) |
| Title | INTL_IDNA_VARIANT_2003 is deprecated |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | setupwizard |
| 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. |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
There have been no comments yet