Page 1 of 1
PHP has encountered an Access Violation at 77FCA3F0
Posted: Sat Dec 07, 2002 4:37 am
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.

Posted: Sat Dec 07, 2002 8:06 am
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