sparc / phpWhois.org

Original phpWhois soruces
http://www.phpwhois.org
GNU General Public License v2.0
95 stars 43 forks source link

PHP 8.1 Compatibility #23

Open offsky opened 2 years ago

offsky commented 2 years ago

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;