> Does anyone have an faq on installing Zend? Also, which version should
> i try to install. Centos is not listed?
Here are my notes from when I installed Zend Optimizer v3.2.0 back in
December 2006 on a BQ machine. Things may have changed since then so
check file locations (php.ini) but I remember it being a very easy
install at the time.
Download ZendOptimizer-3.2.0-linux-glibc21-i386.tar.gz from
http://www.zend.com/ into /home/.tmp
* cd /home/.tmp
* tar zxvf ZendOptimizer-3.2.0-linux-glibc21-i386.tar.gz
* cd ZendOptimizer-3.2.0-linux-glibc21-i386
* ./install.sh
** Install Location - /usr/local/Zend
** php.ini location - /etc
** Apache control app - /usr/sbin/apachectl
The php.ini file has been relocated from /etc to /usr/local/Zend/etc
A symbolic link for the php.ini file has been created in /etc
The original php.ini was backed up to /etc/php.ini-zend_optimizer.bak
Dan