For ion cube I need this line

zend_extension = /usr/lib/php5/20060613+lfs/ioncube_loader_lin_5.2.so

while for zend I need this one

zend_extension = /etc/php5/ZendOptimizer.so

Are these loaders mutually exclusive and if no, what line do I need to have them both running?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Just the two lines together (in this order) seem to work fine

zend_extension = /usr/lib/php5/20060613+lfs/ioncube_loader_lin_5.2.so
zend_extension = /etc/php5/ZendOptimizer.so
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.