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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: neworld88 at hotmail dot com
New email:
PHP Version: OS:

 

 [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 Mar 28 08:01:28 2024 UTC