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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
29 + 11 = ?
Subscribe to this entry?

 
 [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 05:01:29 2024 UTC