sharpnose
09-14-2004, 08:32 AM
Hi!
Can I install Zend Optimizer and ioncube Accelerator in my server?
Will it affect the performance?
Has anyone done it before?
sharpnose
09-14-2004, 08:59 AM
Anyone? I need your advice
jabezhosting
09-14-2004, 01:10 PM
Sharpnose, we have Zend installed serverwide and run Ioncube as a module that is loaded individually for websites that need it (installed on the website). This works fine. I thought I read somewhere that Zend and Ioncube cannot be installed together serverwide, someone correct me if I'm wrong.
Steven
09-14-2004, 01:27 PM
Load the ioncube loader as a zend_extension before the zend is loaded in the php.ini
example:
zend_extension="ioncube.so"
zend_extension="zendsutff"