ID: 8440
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: HTTP related
PHP Version: 4.0.4pl1
Assigned To: venaas
Comments:

Any example scripts? Works just fine for me with latest CVS.

--Jani


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

[2001-01-18 20:36:58] [EMAIL PROTECTED]
It's nothing to do with redirects, no. It doesn't return a redirect response.

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

[2001-01-07 14:23:20] [EMAIL PROTECTED]
The reason might be that fopen()  doesn't handle redirects. I hope
to add redirect support again though. To check if this is the reason,
check the contents of $http_response_header right after the
fopen() call and see if it contains a redirect.


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

[2000-12-27 13:28:50] [EMAIL PROTECTED]
fopen("http://my-url/","r";) - Success

is the error returned. Attempting to use the filehandle return gives "is not a valid 
FileHandle resource", of course.

A "lynx -dump" from the server at the same time the error occurs shows that the url is 
fine and the connection to that web server is also fine.

Doesn't happen all the time, on every execution, but when it does happen is 
disastrous, any ideas? thanks.

PHP Version 4.0.3pl1

System          Linux shell.eshirt.net 2.2.14 #3 SMP Sat Jan 8 23:22:14 EST 2000 i686 
unknown
Build Date      Oct 23 2000
Configure Command
                       './configure' '--with-mysql' '--disable-debug' 
'--with-apxs=/www/bin/apxs'
                       '--with-config-file-path=/www/conf' '--enable-track-vars' 
'--with-gd=../gd-1.7.3'
                       '--with-ttf' '--enable-rule=EAPI' '--enable-versioning' 
'--with-swf=../dist'
 Server API    Apache

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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8440&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to