我使用memcached,以前的环境(xampp1.73)php5.3和zf1。没问题。我升级了php5.4和zf2,memcached模块错误,我该怎么办?谁能给我一个支持php5.4的memcache.dll
答案 0 :(得分:0)
您的模块是使用Visual Studio 6编译器(VC6)编译的,但PHP5.4是使用Visual Studio 9编译器(VC9)编译的,因此该模块与您的PHP不兼容。您需要使用Visual Studio 9编译器编译Memcached。
有关如何为PHP获取正确的Memcache DLL的信息,请参阅此主题:Easiest way to build / obtain php_memcache.dll for PHP 5.4