ID: 49832 Updated by: sjo...@php.net Reported By: marius dot andreiana at gmail dot com -Status: Open +Status: Feedback Bug Type: URL related Operating System: Linux PHP Version: 5.2.11 New Comment:
Thank you for your bug report. Your example URL, "http://a.com:::", does not seem valid to me. Why do you think this URL is valid? Previous Comments: ------------------------------------------------------------------------ [2009-10-10 15:48:29] marius dot andreiana at gmail dot com Description: ------------ http://a.com::: Array ( [scheme] => http [host] => a.com:: ) expected: return false Reproduce code: --------------- $url_parts = parse_url("http://a.com:::"); print_r($url_parts); Expected result: ---------------- See Description Actual result: -------------- See Description ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=49832&edit=1