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
I found that some domain with ip prefix that the parser wouldn't work on it.
Like '1.1.1.1.cloudflare-dns.com' , the public suffix and top level domains just return nothing.
Does the parser not support this format, or is there anything I didn't notice it?
The text was updated successfully, but these errors were encountered:
@joe820912boy a PR has landed with a fix to this issue you can check, review and download it to see if all is fixed see #348
Sorry, something went wrong.
65be016
@nyamsprod thanks for bug fixed for some special format domain
and it seems that this fix didn't release for the current version?
I run composer update it didn't update anything,
or should I manually edit the code?
I have solved the problem by re-install the dev version.
composer require jeremykendall/php-domain-parser:develop-dev
Thanks!!
nyamsprod
No branches or pull requests
I found that some domain with ip prefix that the parser wouldn't work on it.
Like '1.1.1.1.cloudflare-dns.com' , the public suffix and top level domains just return nothing.
Does the parser not support this format, or is there anything I didn't notice it?
The text was updated successfully, but these errors were encountered: