We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Convert $domain at all doRequest calls:
$domain
doRequest
function idn_to_ascii_wrapper($domain) { if(defined('INTL_IDNA_VARIANT_UTS46')) { return idn_to_ascii($domain, IDNA_DEFAULT, INTL_IDNA_VARIANT_UTS46); } return idn_to_ascii($domain); }
Don't forget extension_loaded('intl') requirement check!
extension_loaded('intl')
-- Reference: fnx-dns-tool
299c3de4f53544b824e908ec137f0e10c290479c
5ec4573771f56fa15578817caae43686ae26c6da
765bc5650fe796f4e35e07bbe4734995746259a7
The text was updated successfully, but these errors were encountered:
ce56c83
killerbees19
No branches or pull requests
Convert
$domain
at alldoRequest
calls:Don't forget
extension_loaded('intl')
requirement check!--
Reference: fnx-dns-tool
299c3de4f53544b824e908ec137f0e10c290479c
5ec4573771f56fa15578817caae43686ae26c6da
765bc5650fe796f4e35e07bbe4734995746259a7
The text was updated successfully, but these errors were encountered: