phpWhois.org icon indicating copy to clipboard operation
phpWhois.org copied to clipboard

PHP 8.1 Compatibility

Open offsky opened this issue 3 years ago • 0 comments

I am upgrading my project to PHP 8.1 and encountered a deprecation warning when using phpWhois. The problem is in converting a boolean to an array. Pretty simple fix.

In whois.parser.php Line 808 $res = []; Line 844 if (empty($res)) return $date;

offsky avatar Aug 18 '22 23:08 offsky