Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHP5.3 および 5.4 では発生しないエラーが PHP 5.5 で発生します。IPv6 アドレスでは、関数 inet_ntop() がエラーをスローします。
in_addr 値が無効です。
Githubで私の作品を見ることができます(関数はNetwork.php の 88 行目にあります)。Travis-CIでテストジョブを見ることもできます
それを修正する方法はありますか?
ご協力ありがとうございました。