且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在WAMP中启用记忆快取

更新时间:2023-02-22 16:16:18

以下是对我有用的步骤:

Here are the steps that worked for me:

所需文件

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

步骤

  1. MSVCP71.DLLmsvcr71.dll复制到C:\windows\sysWOW64
  2. memcached.exe复制到C:\memcached
  3. 点击Windows键
  4. 类型:CMD
  5. 按:Ctrl-Shift-Enter
  6. 选择yes
  7. 类型:C:\memcached\memcached.exe -d install
  8. 类型:C:\memcached\memcached.exe -d start
  9. php_memcache.dll复制到C:\wamp\bin\php\php5.3.4\ext
  10. 使用Wamp控件重新启动Apache
  11. 启用WAMP-> PHP-> PHP扩展-> php_memcache
  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