Installing PHP XCache on CentOS 5
XCache is a PHP opcode cacher, which basically means that it will cache the compiled code the first time a PHP page/script is executed thus avoiding the compilation step on subsequent executions.
I used the 1.2.2. release of XCache and followed the quick guide instructions to install from source.
The installation requires that the php-devel package is [...]