|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2018-01-22 07:50 UTC] requinix@php.net
-Status: Open
+Status: Not a bug
[2018-01-22 07:50 UTC] requinix@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Jan 03 04:00:01 2026 UTC |
Description: ------------ ::/128 is a valid IPv6 address but is not recognized by INET_PTON() and INET_NTOP() Test script: --------------- <?php var_dump(inet_ntop(inet_pton('::/128'))); Expected result: ---------------- IPv6 address ::/128 should be recognized by INET_PTON() and INET_NTOP() Actual result: -------------- ERROR: inet_pton(): Unrecognized address ::/128