Ioncube installation on Linux Plesk server.
1) Download the tar.gz file which is compatible with your server from “http://downloads.ioncube.com/”
wget http://downloads2.ioncube.com/loader…lin_x86.tar.gz
2) Untar the downloaded file.
tar -zxf ioncube_loaders_lin_x86.tar.gz
3) Move the untared file to /usr/lib/php/modules
mv ioncube /usr/lib/php/modules
4) chown -R root:root /usr/lib/php/modules/ioncube
5) vi /etc/php.ini
Add the following line before any other zend_extension
|
zend_extension=/usr/lib/php/modules/ioncube/ioncube_loader_lin_5.1.so |
It would go between these two entries
|
zend_optimizer.version=3.3.0 |
Save changes, then:
6) /etc/init.d/httpd restart
Now Ioncube Installed on the server, verified output
|
[root@VPS server ~]# php -v |
Note:- The ionCube Loader is a Zend-Engine extension and
not a module, you need to specify the Loader using ‘zend_extension’ in
php.ini
Entries (RSS)