[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.

Re: [PHP] Access violation error

2009-10-16 Thread Ashley Sheridan
On Fri, 2009-10-16 at 15:52 -0700, Jim Lucas wrote: > Marshall Burns wrote: > > I am developing a crawler. It has worked fine throughout testing until this > > morning, when suddenly it started yielding an access violation error. I have > > not been able to find any explanation of this. I've reduc

Re: [PHP] Access violation error

2009-10-16 Thread Jim Lucas
Marshall Burns wrote: > I am developing a crawler. It has worked fine throughout testing until this > morning, when suddenly it started yielding an access violation error. I have > not been able to find any explanation of this. I've reduced the script to > the following test code: > >

[PHP] Access violation error

2009-10-16 Thread Marshall Burns
I am developing a crawler. It has worked fine throughout testing until this morning, when suddenly it started yielding an access violation error. I have not been able to find any explanation of this. I've reduced the script to the following test code: == T