ID: 48762 Updated by: [email protected] Reported By: valli at icsurselva dot ch -Status: Open +Status: Assigned Bug Type: Filter related Operating System: Gentoo Linux PHP Version: 5.2.10 -Assigned To: +Assigned To: felipe New Comment:
Felipe, please check this out too while fixing the other bugs in this same thing.. Previous Comments: ------------------------------------------------------------------------ [2009-07-01 23:29:30] valli at icsurselva dot ch Description: ------------ The IPv6 address filter in the filter extension still rejects valid IPv6 address notations. E.g.: ::67:78b:34.43.43.2 0b15:23::3:67.98.234.17 (This Bug was probably introduced while fixing http://bugs.php.net/bug.php?id=46973) Reproduce code: --------------- var_dump(filter_var('0b15:23::3:67.98.234.17', FILTER_VALIDATE_IP,FILTER_FLAG_IPV6)); Expected result: ---------------- 0b15:23::3:67.98.234.17 Actual result: -------------- false ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48762&edit=1
