[FAQ] Zend Optimizer - Install/Uninstall

m4ri00sh

Verified User
Joined
May 20, 2007
Messages
206
from Zend website:

In order to install Optimizer open a terminal window and change dir to the directory in
which the Zend Optimizer package was extracted (using the command:
tar zxvf[package name]).

From the extracted package's directory, type the following command: ./install, which
will launch the installer and follow the installer's instructions. If for some reason, the
graphical installation will not start or is illegible, use the command: ./install-tty, which
will start the text only installation.

In order to uninstall the Optimizer, please follow these steps:

1. Replace the php.ini file with the backed up copy (php.ini-zend_optimizer.bak).
2. Delete the Optimizer installation directory.
Important note: If you have other Zend products installed under the same directory,
do not delete the installation directory. In this case, you should only change the php.ini
file.
 
jlasman:
if you asking what custombuild installs, it installs 3.3.0 ... that is what it downloaded... but I did not run the install....
 
No, in custombuild it's set 3.2.8, and for FreeBSD4 - 2.6.0.
 
I use Debian 4.0 and script downloaded 3.3.0 ...... so I have no clue.....
 
m4ri00sh, maybe you have an old version of custombuild (e.g. 1.0.18, while the latest is 1.1.2).
 
Back
Top