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
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: sanry at now dot net dot cn
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 14:01:32 2024 UTC