在xampp上安装memcache时出错(Windows 7)

时间:2017-01-16 10:38:00

标签: php windows-7 memcached

我按照以下步骤在xampp中安装memcache.But我收到以下错误

    1.start xampp.
    2.click on 'config' and open php.ini file.

    I didn't found this line ;extension=php_memcache.dll in php.ini.
    So i added following lines
    extension=php_memcache.dll
    [Memcache]
    memcache.allow_failover = 1
    memcache.max_failover_attempts=20
    memcache.chunk_size =8192
    memcache.default_port = 11211 

   3. Then i downloaded the php_memcache.dll file and pasted in the  localtion D:\xampp\php\ext.

   4. Downloaded Memcache server for windows and pasted the Memcache.exe in c:/memcached/memcached.exe 

   5. Open the cmd prompt with “Run as Administrator” and execute the line to install c:/memcached/memcached.exe -d install when i press enter iam getting the following error

错误:

  

程序无法启动,因为您的计算机缺少MSVCR71.dll。尝试重新安装程序以修复此程序。

0 个答案:

没有答案
相关问题