-
when i run example as is - using
use phpWhois\Whois;
I get this error:
Fatal error: Class 'phpWhois\Whois' not found in /
this works though - as the directories on my system are named this on comp…
-
@kevinoo
Just noticed an exception triggered by whois "IP", here are a few IPs that triggered the following exception
- 38.170.39.124
- 38.131.5.82
```
Exception-Code: 2
Exception-Message…
-
It’s more than a year since the last commit to the phpWhois. There are plenty of pull requests but no activity from project owner @abcdmitry.
@abcdmitry perhaps you should pass on the torch to some…
-
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-ma…
-
https://github.com/phpWhois/phpWhois/blob/4-stable/src/whois.ip.php#L109
$this->REGISTRARS['owner'] нигде не определяется,
возможно имелось ввиду $this->REGISTRARS[$owner]
-
Hi,
As soon as I added PhpWhois, I am getting this on all my scripts:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Whois has a depreca…
-
Change domain lookup API. Some options:
- freedomainapi.com
- www.phpwhois.org
- github.com/HelgeSverre/Domain-Availability
- http://domainr.build
-
Whois.php on line 78
$idn = new \idna_convert();
should be changed to
$idn = new \Mso\IdnaConvert\IdnaConvert();
-
**EN**
Hello!
I began to use your library in their system to view the owners of IP addresses.
Noticed that IPv6 not all servers have up to date information.
```
$whois = new \phpWhois\Whois;
print_r(…
-
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 w…