Comments on Integrating XCache Into PHP5 (Fedora 13/CentOS 5.5 & Apache2)
Integrating XCache Into PHP5 (Fedora 13/CentOS 5.5 & Apache2) This guide explains how to integrate XCache into PHP5 on a Fedora 13 or CentOS 5.5 system (with Apache2). From the XCache project page: "XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load." It's similar to other PHP opcode cachers, such as eAccelerator and APC.
4 Comment(s)
Comments
Rather than implementing xcache for the first time (a very good system I have used for ages), I would instead recommend using APC as this is the system that is going to be included in php6 by default. Xcache will probably become redundant with the release of php6.
Available under utter-ramblings repository
http://pkgs.org/centos-5-rhel-5/utter-ramblings-x86_64/php-xcache-1.3.1-jason.1.x86_64.rpm.html
Works fine for me; I've installed XCache 1.3.1 :)
There was just one caveat when compiling, described here: http://forum.lighttpd.net/topic/100344
Basically, go to /usr/include/php/ext/date/lib/timelib_structs.h and change #include <timelib_config.h> to #include "timelib_config.h"
This is not a XCache bug, but a PHP one.
Thanks very much!
Excellent tutorial - worked like a charm also with xcache-1.3.2 - THANKS!
Noticeable performance increase of our internal apps - vtiger / vtigercrm being notoriously slow is now bearable. Extends the life of our good old server ...