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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

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 19 11:01:28 2024 UTC