Bug #53924 [Com]: FILTER_VALIDATE_URL doesn't validate port numbers
Edit report at http://bugs.php.net/bug.php?id=53924&edit=1 ID: 53924 Comment by: aaz at althenia dot net Reported by:ahar...@php.net Summary:FILTER_VALIDATE_URL doesn't validate port numbers Status: Open Type:
[PHP-BUG] Bug #53901 [NEW]: parse_url() discards invalid port number
From: Operating system: PHP version: 5.3.5 Package: URL related Bug Type: Bug Bug description:parse_url() discards invalid port number Description: parse_url("http://example.com:qq";); Array ( [scheme] => http [host] => example.com )