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
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 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 08:01:30 2024 UTC