Install Zend
Download Zend Optimizer from the command line of the server.
wget http://downloadspot.com/downloads/ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz
Then untar
tar xvfz ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz
Then enter the Zend directory
cd ZendOptimizer-3.3.9-linux-glibc23-i386/data/
Then find the phpversion match .so file
Copy the full patch to the file:
zend_extension=</root/ZendOptimizer-3.3.9-linux-glibc23-i386/data/5_2_x_comp/ZendOptimizer.so>
Then copy the full path to the file php.ini file located in the /usr/local/lib/ folder:
zend_extension=</root/ZendOptimizer-3.3.9-linux-glibc23-i386/data/5_2_x_comp/ZendOptimizer.so>
Restart Apache
| This entry was posted by Download Spot on December 13, 2009 at 6:47 pm, and is filed under Admin Tools, Website Tools. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |


about 4 months ago
This is a great, thanks!