Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INTL_IDNA_VARIANT_2003 deprecated in PHP_7.2 #266

Conversation

magnolia61
Copy link

INTL_IDNA_VARIANT_2003 is deprecated in php 7.2 but the function idn_to_ascii still uses it as default.

It seems the only way to avoid the warning is calling the function using explicitly the parameter INTL_IDNA_VARIANT_UTS46.

@civibot
Copy link

civibot bot commented Oct 9, 2019

(Standard links)

@civibot civibot bot added the master label Oct 9, 2019
@seamuslee001
Copy link
Contributor

Looks right to me

@seamuslee001
Copy link
Contributor

test fails are unrleated, i'm going to merge this as it is consistant with the change that is going to happen anyway via https://wiki.php.net/rfc/deprecate-and-remove-intl_idna_variant_2003

@seamuslee001 seamuslee001 merged commit 505ad4d into civicrm:master Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants