Install Zend Optimizer
Zend Optimizer is a free runtime application that enables you to execute scripts encoded by Zend Guard. Use Zend Optimizer as part of a complete PHP source code management solution.
Download Zend Optimizer
http://www.zend.com/en/products/guard/downloads
Unpack Zend Optimizer
tar -zxvf ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz
Move Zend Optimizer to /usr/local/Zend
mv ZendOptimizer-3.3.9-linux-glibc23-i386/data/5_2_x_comp /usr/local/Zend
Edit php.ini
vi /usr/local/lib/php.ini
Add Code:
zend_extension=/usr/local/Zend/ZendOptimizer.so
Restart Apache
/etc/init.d/httpd restart
Checking
Create a file info.php in your root web directory with content:
<?php phpinfo(); ?>
Open your web browser and type the url: http://<domain>/info.php, sample outputs:
Related Posts:
- How To Install ionCube Loader
- How To Install Lighttpd And PHP (PHP-FPM) On CentOS 6
- How To Install Nginx And PHP-FPM On CentOS 6 Via Yum
- How To Install Nginx And PHP (PHP-FPM) On CentOS 6
- How To Increase The Number Of PTY (Pseudo-Terminal Driver)
- How To Enable IP Forwarding On CentOS / RedHat
- How To Increase PHP Memory Limit
- MySQL Slow Query Log File
- How to disable ICMP echo responses in Linux
- How To Install Rootkit Hunter