How to enable memcache in WAMP

前端 未结 8 1729
礼貌的吻别
礼貌的吻别 2020-11-27 13:25

How to install memcache in WAMP?

I don\'t find any php_memche in php.ini.

What do I do now?

@Ryan

thanks for your step, now memc

8条回答
  •  自闭症患者
    2020-11-27 14:12

    If you are running 64 bit WAMP:

    The common service and extensions will not work for you.

    Install the 64 bit memcached service:

    http://s3.amazonaws.com/downloads.northscale.com/memcached-win64-1.4.4-14.zip

    And one of these php extensions (to match your php version):

    Php 5.3: http://www.mediafire.com/download.php?o60feet9sw71six

    Php 5.4: http://www.mediafire.com/download.php?8d3vd26z3fg6bf1

    32bit version for Php 5.4: http://windows.php.net/downloads/pecl/releases/memcache/3.0.6/php_memcache-3.0.6-5.4-ts-vc9-x86.zip

提交回复
热议问题