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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sat Dec 21 16:01:28 2024 UTC