Re: [PHP] stream_set_timeout & get_headers (PHP5)

2005-03-08 Thread Richard Lynch
Chris wrote: > I'm requesting some remote files to cache on my own server and performing > a get_headers() first to find out the file type, since I don't always know > what it is. I've discovered some timeout problems with the remote server > sometimes and my own script would end up with a fatal e

Re: [PHP] stream_set_timeout & get_headers (PHP5)

2005-03-06 Thread Marek Kilimajer
Chris wrote: I'm requesting some remote files to cache on my own server and performing a get_headers() first to find out the file type, since I don't always know what it is. I've discovered some timeout problems with the remote server sometimes and my own script would end up with a fatal er

[PHP] stream_set_timeout & get_headers (PHP5)

2005-03-05 Thread Chris
I'm requesting some remote files to cache on my own server and performing a get_headers() first to find out the file type, since I don't always know what it is. I've discovered some timeout problems with the remote server sometimes and my own script would end up with a fatal error because th