How to enable memcache in WAMP

前端 未结 8 1732
礼貌的吻别
礼貌的吻别 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 13:48

    Here are the steps that worked for me:

    Needed Files

    • memcached.exe Direct Link
    • MSVCP71.DLL Windows DLL Files
    • msvcr71.dll
    • php_memcache.dll Working memcache for PHP 5.3.4 OR REF

    Steps

    1. Copy MSVCP71.DLL, msvcr71.dll to C:\windows\sysWOW64
    2. Copy memcached.exe into C:\memcached
    3. Click Windows-Key
    4. Type: CMD
    5. press: Ctrl-Shift-Enter
    6. Choose yes
    7. type: C:\memcached\memcached.exe -d install
    8. type: C:\memcached\memcached.exe -d start
    9. Copy php_memcache.dll to C:\wamp\bin\php\php5.3.4\ext
    10. Restart Apache using Wamp controls
    11. Enable WAMP -> PHP -> PHP Extensions -> php_memcache

提交回复
热议问题