Browsing content tagged php

Solving PHP has encountered an Access Violation

In short: it’s caused by compatibility of different version of MySQL. I have installed php + MySQL on two similar servers. The first one was running without any problem while the second one gave me “PHP has encountered an Access Violation”. Here is the version of each component: PHP: 5.2.8 MySQL: 5.1.34 Zend Optimizer: 3.3.3 […]