phpWhois icon indicating copy to clipboard operation
phpWhois copied to clipboard

phpWhois general repository

Results 21 phpWhois issues
Sort by recently updated
recently updated
newest added

output of **`207.237.77.123`** has excessive numeric keys: ``` ^ array:3 [ "regrinfo" => array:5 [ .... "network" => array:2 [ 0 => array:7 [ "inetnum" => "207.237.0.0 - 207.237.255.255" "name"...

I found that .biz queries were not giving any results. The original phpwhois code had its own whois.biz.php file which used the generic parser b. So I took a copy...

I am getting this error when install `jsmitty12/phpwhois v5.6.4 requires algo26-matthias/idna-convert ^2.0 -> satisfiable by algo26-matthias/idna-convert[v2.0.1, v2.0.2, v2.1.0] but these conflict with your requirements or minimum-stability.` I have already installed...

First off, thanks for making a fork that's not dead. ``` $whois = new Whois(); $result = $whois->lookup('2607:f8b0:4007:811:0:0:0:200e'); ``` Seems to get you the most generic result... ``` "inet6num: ::/0",...

If the raw output of the whois query contains empty lines, the while loop in the `get_blocks` function of file `whois.parser.php` stops before all lines are processed. The reason is...

Throw an exception when trying an unsupported TLD, instead of returning empty data.

bc-break

The project is suffering from a really bloated codebase. It should be cleaned up. This includes having namespaces added (to not pollute the global scope with functions) and have correct...

Composer throws warning with PHP 7.2.15. `Warning: Ambiguous class resolution, "name_handler" was found in both "src/whois.gtld.name.php" and "src/whois.name.php"` The class `name_handler` is duplicated.