Error trace: https://phabricator.pmoreau.org/P85
looks like ip2long should return FALSE, and LISK gets an empty string.
(I don't have an ip6 setup to test this, but the user confirms ip6)
Error trace: https://phabricator.pmoreau.org/P85
looks like ip2long should return FALSE, and LISK gets an empty string.
(I don't have an ip6 setup to test this, but the user confirms ip6)
I'm using PHP 7.0.2 with nginx 1.8.1, and running Phabricator at HEAD:
The result of ip2long:
php > var_dump(ip2long(some_ipv6_address)); bool(false)
ip2long can also return negative values (see rP30473549).
I'm going to replace this with a LONGTEXT with a nuanced and flavorful description of the remote address.