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

你可能感兴趣的:(PHP本质)