ISATAP IPv6 address
tongyifan opened this issue · 2 comments
tongyifan commented
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
mlocati commented
The new 1.9.0 release includes this improvement.