ID: 21267
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Analyzed
Bug Type: *URL Functions
Operating System: FreeBSD
PHP Version: 4.3.0
New Comment:
That's because of the silly 302 temporary redirect to a relative URL
with GET-method args that is done on that site. Open the right
location and it should work fine. We probably should support this at
some point though.
Previous Comments:
------------------------------------------------------------------------
[2002-12-29 09:44:51] [EMAIL PROTECTED]
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 this bug report at http://bugs.php.net/?id=21267&edit=1