php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6670 fopen() does not except ports in HTTP URL
Submitted: 2000-09-12 02:01 UTC Modified: 2000-10-11 09:31 UTC
From: max at bla dot net Assigned:
Status: Closed Package: *URL Functions
PHP Version: 4.0.0 OS: Solaris 2.7/Sparc
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 bla dot net
New email:
PHP Version: OS:

 

 [2000-09-12 02:01 UTC] max at bla dot net
This is not really a bug, but I didn't find any comments about this anywhere:

If I use fopen() with a HTTP URL which specifies the port, fopen() wont open the "file", e.g. 

$myfile = fopen('http://localhost:8080/myfile.html'); 

will not work on my machine.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-16 18:11 UTC] stas@php.net
What happens when you try to open it? Does it give any error message? Does it still happen on 4.0.2?
 [2000-10-11 09:31 UTC] stas@php.net
no feedback, old version - closing
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun May 11 00:01:28 2025 UTC