Access Violation

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
gastonlm
Forum Commoner
Posts: 26
Joined: Tue May 07, 2002 10:19 am
Location: Buenos Aires, Argentina
Contact:

Access Violation

Post by gastonlm »

Hi!! I'm reciving the following message and I don't know why. I would like to know if I can avoid this kind of errors and if there is another solution that restart the server. I'm using IIS 5.0 with Windows 2000 advanced server.
The message is "PHP has encountered an Access Violation at 77FCBAC4". Sometimes the code of Access Violation changes, but the rest is the same.
I'll thank if anybody can help me.
User avatar
sam
Forum Contributor
Posts: 217
Joined: Thu Apr 18, 2002 11:11 pm
Location: Northern California
Contact:

Post by sam »

Make sure that you have to correct DLL files in your system32 directory. If you have the dll's from an older release of php or a newer release than the one you are using it will cause this kind of error. I would suggest that you download a new zip from php.net and copy the files over from scratch.

Cheers Sam
gastonlm
Forum Commoner
Posts: 26
Joined: Tue May 07, 2002 10:19 am
Location: Buenos Aires, Argentina
Contact:

Post by gastonlm »

I copied the files with dll extension(are 2) but I couldn't sove the problem.
Post Reply