From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.3.0 PHP Bug Type: *URL Functions Bug description: fopen() fails on some URLs
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!
--
Edit bug report at http://bugs.php.net/?id=21267&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=21267&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=21267&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=21267&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=21267&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=21267&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=21267&r=support
Expected behavior: http://bugs.php.net/fix.php?id=21267&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=21267&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=21267&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=21267&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21267&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=21267&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=21267&r=isapi
