XCache 1.2.0 review

Download
by rbytes.net on

License: Free To Use But Restricted
File size: 91K
Developer: XCache Team
0 stars award from rbytes.net

XCache is a fast, stable php opcode cacher that has been tested and now running on production server under high load.

XCache support and is tested on all lastest php cvs branches, such as PHP_4_3 PHP_4_4 PHP_5_1 PHP_5_2 HEAD(6.x) (note: 5.0.x is none of them).

Requirements:
PHP 4.3.11
PHP 5.1.4

Installtion:

$ phpize --clean && phpize
$ ./configure --help
$ CFLAGS='your cflags' ./configure --enable-xcache --enable...
$ make
$ su
# make install
(update php.ini, restart php)

Reinstall:

$ mv config.nice conf
$ make distclean && phpize --clean && phpize
$ mv conf config.nice
$ ./config.nice
$ make
$ su
# make install
(update php.ini, restart php)

Update php.ini:

$ su
# cat xcache.ini >> /etc/php.ini
# $EDITOR /etc/php.ini

What's New in This Release:
This release fully supports PHP 5.2, and is compatible with suhosin/ZendOptimizer.
Minor improvements were made for admin/coverage-viewer pages.
xcache_get reference handling was implemented.

XCache 1.2.0 search tags