Is there anything special I need to do to get ioncube working on nginx / php-fpm install?

Hi All,

I needed to install some php software that requires Zend and Ioncube. I
have both Zend and Ioncube installed but it doesn’t seem to be working
properly (i.e. the php files are not being decoded by ioncube)

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright © 1998-2009 Zend Technologies
with the ionCube PHP Loader v3.1.34, Copyright © 2002-2009, by
ionCube Ltd.

Thnaks

this would be a php or php-fpm question… nothing to do with nginx :slight_smile:
i would ask the php list first. there may be a conflict or something.

Got it working, thanks!

Turns out that APC and Zend are not compatible… so I’ve got to go with
Zend for now.