ionCube installation :: missing zend_extension CentOs

TED picture TED · Feb 7, 2013 · Viewed 35.7k times · Source

I am in middle of ionCube installation but php configuration is missing zend_extension for ionCube but not specify what is exactly

I am working on CentOs

All well Thanks:)

Answer

TED picture TED · Jun 8, 2014

There were few things I have missed

Select the correct bit release

Match the Loader with your PHP version, e.g. for PHP 5.3, ioncube_loader_lin_5.3.so (extensions are inside the folder)

Add 'zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.3.so' to php.ini

Restart the server