Re: PHP has encountered an access violation...
- From: "Dale" <the.one@xxxxxxxxxxx>
- Date: Mon, 8 Sep 2008 13:44:52 -0500
"Martin" <ironwoodcanyon@xxxxxxxxx> wrote in message
news:g3fac4l3vnrr97ttc30avvhdfq9fuenpch@xxxxxxxxxx
On Thu, 04 Sep 2008 07:52:22 -0700, Martin <ironwoodcanyon@xxxxxxxxx>
wrote:
I have an intranet-only site running in Windows XPPro, IIS 5.1, PHP
5.2.5. I have not used or changed this site for several months - the
last time I worked with it, all was well.
When I tried it just now, I am getting the subject error message
(specifically: PHP has encountered an access violation at 00F76E21).
The error is NOT occurring on every page request (but it is on most of
them) and, when I get the error, simply pressing <F5> to refresh the
page results in the page being served successfully.
Some googling around indicates that "permissions" are not set
correctly. But, if that was actually the case, a <refresh> wouldn't
work either would it? This seems to be a sporadic issue.
Any ideas as to what's going on here?
At Jerry's suggestion, I uninstalled PHP 5.2.5 and installed 5.2.6.
But to no avail. The random error continued exactly as before. I
re-booted the computer several times - made no difference.
That was last Friday. I shut the whole thing down and didn't mess with
again until this morning (Monday). Well, guess what? Now, it's working
just fine! No errors of any kind on any page! ?!?!?!? I don't
know... Something random going on here.
what may be 'random' is that the 'faulty' dll that is possibly in question
remained loaded in memory even though you had a new/upgraded install of php.
shutting down the computer and turning it back on would have cause the new,
correct dll to be used...thus solving your problem and the related symptoms.
they don't call it 'dll hell' for nothing!
All these posts about turning in a bug report or recompiling or C++ or
error logging are WAY over my head. I'll leave all that to you gurus.
i'd ignore those as most are simply shots in the dark, wholly lacking the
needed information to determine if any of it was going to be at all
successful. for you, i'd just have faith in the stability of both IIS and
PHP. if you run into those kinds of problems, you're more than likely going
to have a config problem at the root of any troubles. for all the bashing of
IIS, i've run several web servers with it, private and commercial, and never
had any problems. i do however highly recommend apache...if you can't afford
zeus - which is undeniably the best web server out there. apache is more
robust than IIS and, hell, you can't beat FREE !
cheers.
.
- References:
- PHP has encountered an access violation...
- From: Martin
- Re: PHP has encountered an access violation...
- From: Martin
- PHP has encountered an access violation...
- Prev by Date: Re: How to use Password() in PHP? Syntax problem?
- Next by Date: Re: Including file Inside class
- Previous by thread: Re: PHP has encountered an access violation...
- Next by thread: keep track how many object in PHP4
- Index(es):
Relevant Pages
|