I use memcached, the previous environment (xampp1.73) php5.3 and zf1. No problem. I upgraded php5.4 and zf2, the memcached module error, how can I do? Who can give me a support php5.4 the memcache.dll
I use memcached, the previous environment (xampp1.73) php5.3 and zf1. No problem. I upgraded
Share
Your module is compiled with Visual Studio 6 Compiler (VC6) but PHP5.4 is compiled with Visual Studio 9 Compiler (VC9), and so the module is incompatible with your PHP. You will need to compile Memcached using the Visual Studio 9 compiler.
See this thread for information on how to get the correct Memcache DLL for your PHP: Easiest way to build / obtain php_memcache.dll for PHP 5.4