php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14905 open() does not accept other ports than 80
Submitted: 2002-01-07 06:59 UTC Modified: 2002-01-28 10:42 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: max at derdickemax dot de Assigned:
Status: No Feedback Package: URL related
PHP Version: 4.1.0 OS: Linux
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: max at derdickemax dot de
New email:
PHP Version: OS:

 

 [2002-01-07 06:59 UTC] max at derdickemax dot de
Although mentioned in the bug database that this has been fixed, the 4.1.0 does not accept this:

$infile = file('http://127.0.0.1:9999/servlet/MyServlet?mode=get');

When will port numbers be available for open/fopen()

Maximilian Eberl

mailto:max@derdickemax.de

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-07 07:26 UTC] edink@php.net
I cannot reproduce this problem. This example:

$infile = file ("http://scpno.proventum.net:8087/index.php?context=10");
print implode("", $infile);

works fine for me. Could you please provide us with 
a publicly available URL that does not work.
 [2002-01-28 10:42 UTC] sander@php.net
No feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC