We have a Windows 2008 server that already has Zend Optimizer installed but have been asked by a user if we can install IonCube?

Can Zend Optimizer and IonCube co-reside on the same server?

What are the correct directives to use to make this work in the php.ini file?

We're running PHP 5.2.14 non-threadsafe build.

link|improve this question

feedback

1 Answer

Yes, Zend Optimizer and IonCube can co-reside on the same server:

Q. Can I install Zend Optimizer with the Loader?

A. Yes. We permit trusted software to be installed, and so we support the installing of Zend Optimizer along with our Loader in the php.ini file.

Note that our Loader must be installed before Zend Optimizer in the php.ini file.

If you do see messages claiming any incompatibility then this is incorrect and will be a configuration problem. Please let us know and we'll let you know what's wrong.

link|improve this answer
Somehow my google searches missed that one. So what would be the correct directives to put in the php.ini file to make this work? I am hopelessly lost here. – Kev Sep 7 '10 at 17:34
Why the downvote? That last paragraph sounds damn cheeky, but that's not the answerer's fault. – Pekka Sep 7 '10 at 18:43
@pekka - See 1st rev of answer. – Kev Sep 7 '10 at 18:50
@Kev ah, I see. That would piss me off too. Still, consider taking away the downvote anyway - because at the end of the day, he did answer your question. As to the Google comment, @hopeseekr, this is not how things work on SO. See e.g. discussion in meta.stackoverflow.com/questions/33376/…... Don't be a dick. – Pekka Sep 7 '10 at 19:04
Sorry, i wasn't being snide! I was genuinely thanking the guy for giving me such an easy question to answer!! However, I can surely delete this answer, if it makes you feel better. – Theodore R. Smith Sep 7 '10 at 19:26
show 2 more comments
feedback

Your Answer

 
or
required, but never shown

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