鬼泣 发表于 2015-8-4 08:33:55

Windows7 x64 安装 Wamp2.1-x64 + memcache-x64 (php-5.3.4+apache)

  我目前使用WAMPServer是2.1的64位版本
  =============php_memcache.dll install ===========
  1. php-5.3.4-x64 php_memcache.dll 下载:
  http://download849.mediafire.com/qbb07jdosz7g/u6y1f85gftrepwl/php_memcache-2.2.6-5.3-vc9-x64.zip
  网友连接好像不能下载了, 点击这里下载
  2. Copied the dll here:
    D:\WampServer\bin\php\php5.3.4\ext\php_memcache.dll
  3. Edited the php.ini here:
    D:\WampServer\bin\php\php5.3.4\php.ini
  4. Added to php.ini:
    extension=php_memcache.dll
  =============win64 Memcache install ===========
1. Memcache-win64 下载:
a. 下载最新版:http://blog.couchbase.com/memcached-windows-64-bit-pre-release-available
    b. 直接下载: http://s3.amazonaws.com/downloads.northscale.com/memcached-win64-1.4.4-14.zip
2. 解压放某个盘下面,比如:
    D:\WampServer\bin\memcached\memcached.exe
  3. 在终端(也即cmd命令界面)下输入:.
    D:\WampServer\bin\memcached>memcached.exe -d install
  4. 再输入下面命令启动:
    D:\WampServer\bin\memcached>memcached.exe -d start
  NOTE: 以后memcached将作为windows的一个服务每次开机时自动启动。这样服务器端已经安装完毕了。
  转自:http://blog.hexu.org/archives/1103.shtml
页: [1]
查看完整版本: Windows7 x64 安装 Wamp2.1-x64 + memcache-x64 (php-5.3.4+apache)