fopen() fails on some URLs
| Bug #21267 | fopen() fails on some URLs | ||||
|---|---|---|---|---|---|
| Submitted: | 2002-12-29 09:44 UTC | Modified: | 2003-01-03 11:07 UTC | ||
| From: | patric at liefdeis dot com | Assigned: | |||
| Status: | Closed | Package: | *URL Functions | ||
| PHP Version: | 4.4.0-dev | OS: | FreeBSD | ||
| Private report: | No | CVE-ID: | None | ||
[2002-12-29 09:44 UTC] patric at liefdeis dot com
When trying fopen() on http://, it fails on some urls. Example: fopen("http://www.smswhiz.com/","r"); Gives stream error. The site IS touched, but you do not receive any data back from the site. While for example: fopen("http://www.tweakers.net/","r"); Does work without any problem!
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2002-12-29 10:05 UTC] rasmus@php.net
[2002-12-29 12:06 UTC] patric at liefdeis dot com
[2002-12-29 14:03 UTC] iliaa@php.net
[2003-01-03 10:25 UTC] iliaa@php.net
[2003-01-03 10:40 UTC] patric at liefdeis dot com
[2003-01-03 11:07 UTC] iliaa@php.net