php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14842 fopen
Submitted: 2002-01-04 01:49 UTC Modified: 2002-01-25 11:48 UTC
From: sanry at now dot net dot cn Assigned:
Status: No Feedback Package: *URL Functions
PHP Version: 4.1.1 OS: linux red hat7.2
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
12 + 38 = ?
Subscribe to this entry?

 
 [2002-01-04 01:49 UTC] sanry at now dot net dot cn
$file="http://s105.now.net.cn/try.php";
fopen ($file, "r")
it is okay 
but when I change to port to 81 
I test it okay in browser  but 
$file="http://s105.now.net.cn:81/try.php";
fopen ($file, "r")
can't work 
it seems that it still in port 80 
it's a bug ?



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-04 04:30 UTC] edink@php.net
I cannot reproduce this.
Could you be more specific about the problem. Do you get any error messages?
 [2002-01-25 11:48 UTC] sander@php.net
No feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 12:01:31 2024 UTC