ID:               9862
 Comment by:       ottawasixtyseven at hotmail dot com
 Reported By:      stenzel at hnm dot de
 Status:           Closed
 Bug Type:         Filesystem function related
 Operating System: redhat 7.0/apache 1.3.19
 PHP Version:      4.0.4pl1
 New Comment:

Fixed in latest snapshot. Thank you.

Ottawa


Previous Comments:
------------------------------------------------------------------------

[2003-03-03 13:11:21] ottawasixtyseven at hotmail dot com

Hi,

This is still a problem. It appears to be random. Certain combinations
of letters and numbers within the URL will cause the fopen() to fail.
This bug still exists in PHP 4.3

Please re-open this bug.

Thanks,

Ottawa

------------------------------------------------------------------------

[2001-04-19 09:38:01] [EMAIL PROTECTED]

No feedback. If problem still perists with soon to be released 4.0.5,
reopen this bug report.

--Jani


------------------------------------------------------------------------

[2001-03-20 08:17:16] [EMAIL PROTECTED]

Works for me with latest CVS. Please try the latest CVS snapshot from
http://snaps.php.net/

--Jani

------------------------------------------------------------------------

[2001-03-20 05:46:03] stenzel at hnm dot de

$file = "http://user:[EMAIL PROTECTED]:2222/file.html";
$fh = fopen($file, "r");
while(! feof($fh)) {
...
}

this script fails with the following error:
Warning:
fopen("http://[EMAIL PROTECTED]:2222/file.html","r")
- Bad file descriptor in ... on line 2

this script runs with php 4.0.3pl1 and $file =
"http://user:[EMAIL PROTECTED]/file.html" works too on php 4.0.4pl1,
but I need the port in combination with a user and password!!

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=9862&edit=1

Reply via email to