Installing zend optimizer - The below steps will help you to install the zend optimizer in cpanel server.
What is Zend optimizer?
Zend optimizer is a plugin to php which allows a server to read zend encoded files as well as serve as a platform.
# /scripts/installzendopt
The above script will install the Zend optimizer automatically in the Linux cPanel server.
To install zend modules such as eaccelerator.
# download ZendOptimizer-3.2.8-linux-glibc21-i386.tar.gz
# tar -zxf ZendOptimizer-3.2.8-linux-glibc21-i386.tar.gz
# cd ZendOptimizer-3.2.8-linux-glibc21-i386
# ./install
That's it.. you have installed the ZendOptimizer successfully.
|