php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51078 parse_url() Parse ERR.
Submitted: 2010-02-18 02:08 UTC Modified: 2010-02-18 03:38 UTC
From: neworld88 at hotmail dot com Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 5.2.12 OS: php-5.2.12-Win32
Private report: No CVE-ID: None
 [2010-02-18 02:08 UTC] neworld88 at hotmail dot com
Description:
------------
parse_url() Parse ERR.

Reproduce code:
---------------
<?php
$src = "http://www.www.com:16807?ver=20000000"; //Ok
$s = parse_url( $src );

$src = "http://www.www.com:168071?ver=20000000"; //Warning
$s = parse_url( $src );
?>

Expected result:
----------------
Noting

Actual result:
--------------
Noting

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-02-18 03:38 UTC] neworld88 at hotmail dot com
-Status: Open
+Status: Closed

Sorry port > 65535;This is the WordPress Bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 13:01:30 2024 UTC