How to install zand optimiser and ioncube | Domain Hosting

How to install zand optimiser and ioncube

Here is the definition of Zand optimiser:
The Zend Optimizer is a free runtime application that enables PHP to run the files encoded by the Zend Guard. This can be freely used by anyone looking to run encoded applications. Please download and follow the installation instructions included in the distributions.

1. Download Ioncube Loader

[root@server ~]# cd /tmp
[root@server ~]# cd ioncube/
[root@server ioncube]# mkdir /usr/local/lib/ioncube
[root@server ~]# mv ioncube_loader_lin_5.0.so /usr/local/lib/ioncube/

2. Now edit /etc/php.ini

Add this line right at the beginning:
[root@rhesa ~]# nano /etc/php.ini

[PHP]
zend_extension=/usr/local/lib/ioncube/ioncube_loader_lin_5.0.so

Zend Optimizer

Get the latest version of the Zend Optimizer from http://www.zend.com/en/products/guard/downloads and save it in your /tmp directory. [root@server ~]# cd /tmp/ [root@server tmp]# tar zxvf ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz.gz [root@server 5_0_x_comp]# mkdir /usr/local/lib/Zend [root@server 5_0_x_comp]# mv ZendOptimizer.so /usr/local/lib/Zend/

2. Now edit /etc/php.ini

Add this line right at the beginning:
[root@server ~]# nano /etc/php.ini

[PHP]
zend_extension=/usr/local/lib/ioncube/ioncube_loader_lin_5.0.so
zend_extension=/usr/local/lib/Zend/ZendOptimizer.so
zend_optimizer.optimization_level=15
Read More

There are no comments.

Leave a Reply