Upgrade Zend Optimizer on Cpanel WHM
May 12, 2007
Views (3,683) /
Comments (1)
/
Trackback (0)
/
Digg/Share
Most Cpanel/WHM servers come with PHP and Zend installed. With the recent (and important) update of PHP 5.2.1, the Zend Optimizer that is installed by default (version 3.0.1 as of this writing) breaks.
You might begin to see a message like this:
[26-Apr-2007 10:32:49] PHP Warning: Zend Optimizer does not support this version of PHP - please upgrade to the latest version of Zend Optimizer in Unknown on line
To fix this, simply login to your SSH as root and execute the following command to upgrade Zend Optimiser:
/scripts/installzendopt 3.2.8
Note that if you skip the version number, Zend Optimizer 3.0.1 will be installed by default. The trick is to specify the version as above. This will also work in the future, so as long as you know the latest released version of Zend Optimizer, just replace the red text above with that number.
(153 Words | )
Possibly Related
Other stuff that may be of interest
- Zend Core for Oracle
- Fix for Cpanel update that breaks mysqlhotcopy
- Movable Type Workaround for Cpanel update woes
- Installing PHP5 and PHP4 together on Unix
- Greasemonkey 0.4 is INSECURE!
Comments
What readers have asked/said/added.
Post a comment
Please be decent while posting comments, don't make us delete them, thanks.Comment Preview
XX
said on :
Trackbacks
Ping @ http://sniptools.com/ping/2007-05/240. Listed below are links to weblogs that reference this article.
Referrals
*Some* places that viewers have come to this page from:

Thanks for this tip. In the upcoming Cpanel 12 there is also a feature to install these kinds of tools from within WHM.