[PHP] Access violation error

2009-10-16 Thread Marshall Burns
have to successfully open a stream to yield the error. The file_get_contents() function was working just fine throughout development of the script. Now it yields an access violation. Anybody have any idea what is going on? Thanks for your help. Marshall Burns, PhD

[PHP] Access violation error again

2009-10-19 Thread Marshall Burns
Hi, The error I posted about the other day, PHP has encountered an Access Violation at ., is recurring on an intermittent basis. I find that once it starts occurring, it continues happening for about an entire day, and then it mysteriously stops occurring again for a day or two.

[PHP] Trapping failure of file_get_contents()

2009-10-22 Thread Marshall Burns
I have a script that downloads a sequence of files online. Every hundred files or so, it fails with: == Warning: file_get_contents(URL) []: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time,

RE: [PHP] Trapping failure of file_get_contents()

2009-10-22 Thread Marshall Burns
=125622597723923w=2 . Thanks. -Original Message- From: Robert Cummings [mailto:rob...@interjinn.com] Sent: Thursday, October 22, 2009 08:44 To: Marshall Burns Cc: php-general@lists.php.net Subject: Re: [PHP] Trapping failure of file_get_contents() Marshall Burns wrote: I have a script