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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Sun Apr 28 10:01:30 2024 UTC