Skip to content

idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated in PHP 7.2 #1699

@candrews

Description

@candrews

PHP Deprecated: idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated in FreshRSS/lib/lib_rss.php on line 65

From https://secure.php.net/manual/en/function.idn-to-ascii.php I believe this change to

$puny = idn_to_ascii($idn);
should work:
$puny = idn_to_ascii($idn, 0, INTL_IDNA_VARIANT_UTS46);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions