PHP Accelerators?

EGS

Verified User
Joined
Aug 18, 2007
Messages
71
Location
New Jersey
Is it possible to use XCache or eAccelerator on a server with IonCube?
I have IonCube and Zend Optimizer on my server to decrypt commercial scripts...will they interfere with my PHP accelerators?
 
Some time ago I had a problem running both ionCube and eAccellerator. I don't know, does it present now.
 
Is IonCube even a PHP Accelerator? I only am using it to decrypt commercial scripts...as well as Zend optimizer.

From what I see, Zend Optimizer only decrypts code encoded by their Zend Gaurd.

From what I see, IonCube is only a decrypter as well...so will my PHP accelerator conflict with it?
 
Load ioncube first in php.ini, then xcache else xcache would go into infinite loop of compiling and caching your scripts.

I've been using both on my boxes (32 and 64bit) for months; no problems.
 
Back
Top