Comments on Integrating XCache Into PHP5 (OpenSUSE 10.3 & Apache2)

Integrating XCache Into PHP5 (OpenSUSE 10.3 & Apache2) This guide explains how to integrate XCache into PHP5 on an OpenSUSE 10.3 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.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By:

Hi,

 I was just reading your very helpful article on integrating Xcache into PHP5, great job. I would just like to point out however that you can get the RPM for it from the opensuse build service. (I use the site almost daily)

Later 

By:

Grazie (italian for  tank you), but you forget to move also xcache.so into /usr/lib/php5/extensions

just type

cp modules/xcache.so /usr/lib/php5/extensions

Bye