我使用memcached,以前的环境(xampp1.73) php5.3和zf1。没问题。我升级了php5.4和zf2,memcached模块错误,我该怎么办?谁能给我一个支持php5.4的memcache.dll
发布于 2012-06-27 21:10:13
您的模块是使用Visual Studio6编译器(VC6)编译的,但是PHP5.4是使用Visual Studio9编译器(VC9)编译的,因此该模块与您的PHP不兼容。您将需要使用Visual Studio9编译器编译Memcached。
有关如何为您的PHP获取正确的Memcache DLL的信息,请参阅此线程:Easiest way to build / obtain php_memcache.dll for PHP 5.4
https://stackoverflow.com/questions/10612137
复制相似问题