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

### Improvements * [[#92](https://github.com/jsmitty12/phpWhois/issues/92)] Infinite Loop - Possible final resolution of hell problem * Add more patterns in AbstractHandler::parseStandardDate method * Less duplicated code in FrHandler class * Fixed version...

UK lookup appears to have been broken by: 2ab50b82c1245f08e4f2c25c519a2838add7643b As the query handler never gets set, this fixes that.

Hello, is there a way to filter premium domains? srv.biz appears as free for me, but costs more due to premium domains.

Dear all, I wanted to notify that I release the version **v6.2.0** [packagist: kevinoo/phpwhois](https://packagist.org/packages/kevinoo/phpwhois). Include a lot of improvements :smile: ### Improvements * [#92] Infinite Loop - Possible final resolution...

The loop in [whois.parser.php#L910](https://github.com/jsmitty12/phpWhois/blob/master/src/whois.parser.php#L910) runs infinitely for values like ``` Creation Date: 2021-07-19T13:03:01.00Z ``` A `print_r($res);` just before the while shows this in my case: ``` Array ( [m] =>...

The line: `eval($var . '="' . str_replace('"', '\"', $itm) . '";');` Should be: `$itm = rtrim($itm,"\\"); eval($var . '="' . str_replace('"', '\"', $itm) . '";');` Because if $itm has a...

When installing via: composer require jsmitty12/phpWhois I get: ``` [RuntimeException] Failed to extract jsmitty12/phpwhois: (50) unzip -qq -o '/Users/daniel/Downloads/Open-DMARC-Analyzer-master/vendor/composer/tmp-12cb950128d4609814ca7e1c09122b8c' -d '/Users/daniel/Downloads/Open -DMARC-Analyzer-master/vendor/composer/4f8f1150' error: cannot create /Users/daniel/Downloads/Open-DMARC-Analyzer-master/vendor/composer/4f8f1150/jsmitty12-phpWhois-4d56dfb/tests/fixtures/ÐÇðÁð¦.ÐÇÐä.txt Illegal byte sequence ```

Not sure if this is expected; ``` +codeVersion: "5.0.0-dev", +version: "phpWhois v5.0.0-dev", } >>> $whois->deepWhois = true; => true >>> $result = $whois->lookup('example.com'); => [ "regrinfo" => [ "domain" =>...

https://github.com/jsmitty12/phpWhois/blob/3918cb2982b70bfb4a21939d2e37cc4fc6ded28e/src/whois.parser.php#L905 Using whois: artphone.co.il Problem parse date for line: "domain-registrar AT isoc.org.il 20201019 (Assigned)" ![photo_2020-11-03_17-57-49](https://user-images.githubusercontent.com/11249756/98001298-88dcc300-1dfe-11eb-808f-1a6e0402be52.jpg)

I was wondering if this fork supported proxies? Or if it could be modified to support proxies. I do not know the technical details of how this function works, so...