Friday 11 April 2014

Zend Optimizer Installation

Zend Optimizer:
========

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.
======

For latest versions of PHP 5.3 and PHP 5.4 use the following link:
====
http://www.zend.com/en/products/guard/downloads
====

For 5.2 and previous versions use the link below:
====
http://www.zend.com/en/products/guard/downloads-prev
====

 STEPS:
=====
[root@manoj ~]# cd /usr/src

[root@manoj:/usr/src]# tar zxvf ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz.gz

[root@smanoj ~]# cd ZendOptimizer-3.3.3-linux-glibc23-i386/data/5_0_x_comp/
[root@manoj 5_0_x_comp]# mkdir /usr/local/lib/Zend
[root@manoj 5_0_x_comp]# mv ZendOptimizer.so /usr/local/lib/Zend/
 =====

vi /usr/loca/lib/php.ini.

Enter the following line as below:
====
zend_extension=/usr/local/lib/Zend/ZendOptimizer.so zend_optimizer.optimization_level=15
====

Restart apache:
===
/etc/init.d/httpd restart
===

The extension should now be visible in the output of the phpinfo(); PHP function.

Kool :)

Reference:
====
 http://sysnetpro.net/web-server/lighttpd/installation-of-zendoptimizer-and-ioncubeloader-using-lighttpd-on-centos.html

 http://www.inmotionhosting.com/support/website/zend/enable-zend-optimizer-or-zend-guard

http://www.adrianworlddesign.com/Knowledge-Base/Web-Hosting/Zend-Guard/Zend-Optimizer-versus-Guard-Loader

http://www.adrianworlddesign.com/Knowledge-Base/Web-Hosting/Zend-Guard
====

No comments:

Post a Comment

Note: only a member of this blog may post a comment.