Closed smkbd closed 3 years ago
Duplicate of #94
you might need to have a look at https://github.com/io-developer/php-whois/issues/94#issuecomment-751931853
using the following code
$whois = Factory::get()->createWhois();
$info = $whois->loadDomainInfo($domain);
I got the following info (for sure there are more but my application returns only a few)
Can't reproduce. Possibly already fixed in master after parsing improvements.
PHP-Whois version: 4.0.0
PHP version: 7.4.4
Description
I don't know exactly what is causing the notice-
Notice: Array to string conversion in C:\xampp\htdocs\test\io-developer-whois\vendor\io-developer\php-whois\src\Iodev\Whois\Helpers\GroupHelper.php on line 142
(This notice is produced 6 times in one run)How to reproduce
Possible Solution
I have no idea how to fix it. I am just suppressing the notice (until there is a fix by the devs) by adding an '@' sign before the isDomainAvailable method.