xcache 安装与配置_PHP_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > PHP > xcache 安装与配置

xcache 安装与配置

 2011/10/18 6:12:35  netkiller.github.com  http://netkiller-github-com.iteye.com  我要评论(0)
  • 摘要:http://netkiller.github.com/developer/php/ch09s20.html[code="screen"]#wgethttp://xcache.lighttpd.net/pub/Releases/1.3.2/xcache-1.3.2.tar.gz#tarzxvfxcache-1.3.2.tar.gz#cdxcache-1.3.2#/srv/php/bin/phpize#./configure--enable-xcache#
  • 标签:安装 配置
http://netkiller.github.com/developer/php/ch09s20.html


[code="screen"]# wget http://xcache.lighttpd.net/pub/Releases/1.3.2/xcache-1.3.2.tar.gz
# tar zxvf xcache-1.3.2.tar.gz
# cd xcache-1.3.2
# /srv/php/bin/phpize
# ./configure --enable-xcache
# ./configure --enable-xcache --with-php-config=/srv/php/bin/php-config
# make
# make install

# mv /srv/php-5.3.5/lib/php/extensions/no-debug-non-zts-20090626/xcache.so  /srv/php-5.3.5/lib/php/extensions/
# mkdir -p /srv/php/etc/conf.d/

xcache.ini
[code="screen"]
cat > /srv/php/etc/conf.d/xcache.ini
发表评论
用户名: 匿名