PHP has encountered an Access Violation at 77FCA3F0

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hchinhwa
Forum Newbie
Posts: 6
Joined: Fri Dec 06, 2002 1:57 am

PHP has encountered an Access Violation at 77FCA3F0

Post by hchinhwa »

What does the above error message mean? My script is coded wrongly? The message appeared after i did many F5 to the web browser. I am running IIS as the web server.

Any comments?

Thanks. :cry:
User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

Post by BDKR »

I wouldn't worry too much about it. It doesn't point to your script at all is my guess unless you're doing some way out things with memory management. What this error is saying is that the PHP scripting engine tried to access a part of memory that it should'nt have.

That "77FCA3F0" is probably an address in memory.

Also, what is the likelihood that other users of this script are going to be doing lots of reloads of it?

It probably isn't an issue.

Cheers,
BDKR
Post Reply