[PHP] Re: file_get_contents doesn't work on one particular server

2009-04-29 Thread Shawn McKenzie
Shawn McKenzie wrote: > Brian Dunning wrote: >> Howdy all - We have a production server that runs our script fine. We're >> setting up a test server, and this particular script returns a length of >> zero: >> >> $ctx = stream_context_create(array('http' => array('timeout' => 1200))); >> // 20 minut

[PHP] Re: file_get_contents doesn't work on one particular server

2009-04-29 Thread Shawn McKenzie
Brian Dunning wrote: > Howdy all - We have a production server that runs our script fine. We're > setting up a test server, and this particular script returns a length of > zero: > > $ctx = stream_context_create(array('http' => array('timeout' => 1200))); > // 20 minutes per file > $contents = fil