Edit report at http://pear.php.net/bugs/bug.php?id=16651&edit=1
ID: 16651
Updated by: schmidt@php.net
Reported By: schmidt at php dot net
Summary: Allow empty port number
-Status: Open
+Status: Closed
Type: Bug
Package: Net_URL2
Package Version: 0.3.0
PHP Version: Irrelevant
-Assigned To:
+Assigned To: schmidt
Roadmap Versions:
New Comment:
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: schmidt
Fixed in CVS.
Previous Comments:
------------------------------------------------------------------------
[2009-09-28 14:37:21] schmidt
Description:
------------
RFC 3986, section 6.2.3, mentions the URL "http://example.com:/", i.e.
with a present but empty port number. This is equivalent - but not
identical - to "http://example.com/". Net_URL2 makes no distinction
between these two URLs.
------------------------------------------------------------------------