polju 发表于 2015-11-19 09:19:05

Xcache安装与使用

  官网:http://xcache.lighttpd.net
  最新版本下载地址:http://xcache.lighttpd.net/wiki/Release-1.3.2
  安装:
  # wget http://xcache.lighttpd.net/pub/Releases/1.3.2/xcache-1.3.2.tar.gz
  # tar zvxf xcache-1.3.2.tar.gz
  # cd xcache-1.3.2   
  # /usr/local/php/bin/phpize   
  # ./configure --enable-xcache --with-php-config=/usr/local/php/bin/php-config
  # make && make install

  php.ini加
  extension = xcache.so
             版权声明:本文为博主原创文章,未经博主允许不得转载。
页: [1]
查看完整版本: Xcache安装与使用