Comments on Install Ioncube Loader For All PHP Modes (CLI, CGI, FCGI And FPM) On Debian Wheezy
Install Ioncube Loader For All PHP Modes (CLI, CGI, FCGI And FPM) On Debian Wheezy In this tutorial I will explain the installation of Ioncube Loader on Debian Wheezy so that it can be used in all PHP Modes. If one of the php.ini files does not exist on your server, then this php mode is not installed and you can skip that php.ini file.
1 Comment(s)
Add comment
Comments
By: paranoico
Whn adding the zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.4.so line, we can choose other version from /usr/local/ioncube/ directory.
So the inserted line must be changed accordingly.
I set up with:
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.6.so
Since my app use that version.