I had compiled XCache v1.2.2 from source code. I'm able to get APC working (currently disabled APC to try XCache). php -v do not shows Xcache enabled. I'm running Centos 4.4. php didn't show any start up errors. P/S: I'm sure that i had edited the correct php.ini.
on 19.03.2008 23:48
on 21.03.2008 06:21
megak wrote: > I had compiled XCache v1.2.2 from source code. I'm able to get APC > working (currently disabled APC to try XCache). php -v do not shows > Xcache enabled. > I'm running Centos 4.4. php didn't show any start up errors. > > P/S: I'm sure that i had edited the correct php.ini. strace -s1024 php -v 2>&1 |grep php.ini strace -s1024 php -v 2>&1 |grep xcache.so strace -s1024 php -v u may see something useful there

