mlocati/ip-lib

ISATAP IPv6 address

tongyifan opened this issue · 2 comments

Hello!
This lib can't handle ISATAP IPv6 address, like 2001:da8:d800:9:200:5efe:101.88.1.77. Is it possible to fix it?

Test code is listed below

<?php
require "vendor/autoload.php";

print_r(IPLib\Factory::addressFromString("2001:da8:d800:9:200:5efe:101.94.1.77") === null);
// 1

Done: see #32

The new 1.9.0 release includes this improvement.