Install Zend Optimizer on Ubuntu 8.04
PHP, Ubuntu May 16th, 2008 784Views
Here is a short tutorial on how to install zend optimizer on ubuntu 8.04:
First of all ,download Zend Optimizer from official website.
apt-get install libapache2-mod-php
echo “” > /var/www/index.php
tar zxf ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gzcd ZendOptimizer-3.3.3-linux-glibc23-i386
./install.sh
Tags: PHP, Ubuntu, Zend
If you enjoyed this post, make sure you subscribe to my RSS feed!
About