Closed daquaris closed 5 years ago
I cannot reproduce it, which PHP version are you using ?
PHP 7.2.4-1+b1 (cli) (built: May 12 2018 13:03:02) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.2.4-1+b1, Copyright (c) 1999-2018, by Zend Technologies
Main error:
Changing line 341 in src/whois.parser.php from:
$r = '';
to:
$r = array();
Fixes the issue.