cPanel Config

Welcome to cPanelConfig the fastest growing cPanel configuration and troubleshooting guide on the internet. Please take the time and register. We would love to have your contribution to this completely free cPanel resource. We are updating this daily so be sure to visit us on a regular basis.

How to install Zend Optimizer

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Posted by yolau


What is Zend Optimizer?
The Zend Optimizer is a free application that runs the files encoded by the Zend Guard, while enhancing the performance of PHP applications.

How to install
cPanel offers an easy install process. You simply have to run:

/scripts/installzendopt

as root and fallow the install instructions. It’s as simple as clicking Next a few times.
After the install you can check to see if things are ok by running:

php -v


This should print something like:

with Zend Optimizer v3.2.2, Copyright (c) 1998-2006, by Zend Technologies

If for some reason cPanel installs an old version (it happend to me a few times) you have to edit /scripts/installzendopt (simply run “pico /scripts/installzendopt”) and edit “my %urls =” with the latest urls.

my %urls = (
‘Linux’ => ‘http://downloads.zend.com/optimizer/’ . $ver . ‘/ZendOptimizer-’ . $ver . ‘-linux-glibc21-i386.tar.gz,
‘Linux64′ => ‘http://downloads.zend.com/optimizer/’ . $ver . ‘/ZendOptimizer-’ . $ver . ‘-linux-glibc23-x86_64.tar.gz,
‘FreeBSD 6.x’ => ‘http://downloads.zend.com/optimizer/’ . $ver . ‘/ZendOptimizer-’ . $ver . ‘-freebsd6.0-i386.tar.gz,
‘FreeBSD 6.x AMD64′ => ‘http://downloads.zend.com/optimizer/3.2.0/ZendOptimizer-3.2.0-freebsd6.0-amd64.tar.gz’,
‘FreeBSD 5.x’ => ‘http://downloads.zend.com/optimizer/’ . $ver . ‘/ZendOptimizer-’ . $ver . ‘-freebsd5.4-i386.tar.gz,
‘FreeBSD 4.x’ => ‘http://downloads.zend.com/optimizer/2.6.0/ZendOptimizer-2.6.0-freebsd4.3-i386.tar.gz’
);

Share this: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Netvouz
  • description
  • ThisNext
  • MisterWong
  • Wists
  • De.lirio.us
  • Furl
  • MyShare
  • Smarking
  • Technorati
  • YahooMyWeb

If you enjoyed this post, make sure you subscribe to my RSS feed!

Leave a Reply