ID:               51078
 User updated by:  neworld88 at hotmail dot com
 Reported By:      neworld88 at hotmail dot com
-Status:           Open
+Status:           Closed
 Bug Type:         Unknown/Other Function
 Operating System: php-5.2.12-Win32
 PHP Version:      5.2.12
 New Comment:

Sorry port > 65535;This is the WordPress Bug.


Previous Comments:
------------------------------------------------------------------------

[2010-02-18 02:08:08] 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


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=51078&edit=1

Reply via email to