You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2018. It is now read-only.
For example
xn--80aaac0cakkgdth0g.com.ua
is valid + registered domain, you can check it by "Search domain name" at hostmaster.ua website.
But actual bugy result is
$zvh = new Zend_Validate_Hostname;
if (!$zvh->isValid('самобраночкка.com.ua')) {
foreach ($zvh->getMessages() as $m) {
echo $m,PHP_EOL;
}
}
'самобраночкка.com.ua' appears to be a DNS hostname but cannot match against hostname schema for TLD 'ua'
'самобраночкка.com.ua' does not appear to be a valid local network name
The text was updated successfully, but these errors were encountered:
Jira Information
Description
From 2012-06-01 UA have IDN support, see
https://hostmaster.ua/policy/?com.ua
For example
xn--80aaac0cakkgdth0g.com.ua
is valid + registered domain, you can check it by "Search domain name" at hostmaster.ua website.
But actual bugy result is
$zvh = new Zend_Validate_Hostname;
if (!$zvh->isValid('самобраночкка.com.ua')) {
foreach ($zvh->getMessages() as $m) {
echo $m,PHP_EOL;
}
}
'самобраночкка.com.ua' appears to be a DNS hostname but cannot match against hostname schema for TLD 'ua'
'самобраночкка.com.ua' does not appear to be a valid local network name
The text was updated successfully, but these errors were encountered: