xcache and eaccelerator (zend_extension)

kuts

Well-Known Member
#1
Ok whether its xcache or eaccelerator that I install via LS panel PHP build, if I put

extension=/path/to/extension/xcache.so

in php.ini

it doesn't apear on phpinfo.php

but when I try

zend_extension=/path/to/extension/xcache.so

it does work

I understand that you're supposed to put the former (without zend).

:confused:
 
Last edited:

kuts

Well-Known Member
#3
Got it to work

change extension_dir in php.ini from "./" to ""

and then from

extension=/path/to/extension/xcache.so to extension=xcache.so

By the way, the current version of xcache is 1.2.2, the LS PHP build's version is 1.2.1.
 
Top