io-developer / php-whois

PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 8.0 compatible (5.4+ old versions)
MIT License
439 stars 117 forks source link

.bg tld check is broken #214

Open huglester opened 1 year ago

huglester commented 1 year ago

PHP-Whois version: 4.1

PHP version: 8.1

Description
.bg tld check is broken

How to reproduce

$whois = Factory::get()->createWhois();

        // Checking availability
        var_dump($whois->isDomainAvailable("google.bg"));
        var_dump($whois->isDomainAvailable("gofffffogle.bg"));

in both cases we get FALSE

dehlirious commented 7 months ago

This issue does not exist on my instance. And, it would also be apparent to state that the issue you were having is specific to the whois server (whois.register.bg) and not the php-whois project.