This article will give you a detailed introduction to the installation steps of the latest version of ZendOptimizer-3.3.9. This is an installation note. Friends who need to know more can refer to this article to operate.
ZendOptimizer-3.3.9-linux-glibc23-x86_64
I just translated, quack...
1. Extract the Zend Optimizer package.
Unzip the installation package tar -zxf ZendOptimizer-3.3.9-linux-glibc23-x86_64.tar.gz
2. Locate the ZendOptimizer.so (Unix) or ZendOptimizer.dll (Windows) file in the directory which
corresponds to your version of PHP (4.3.x, 4.4.x, 5.0.x, 5.1.x, 5.2.x).
Find your version of ZendOptimizer.so in the data folder
Copy it to your predetermined folder
3. Add the following line to your php.ini file:
Linux and Mac OS X: zend_extension=
Windows: zend_extension_ts=
Windows non-thread safe: zend_extension=
(*) The Windows non-thread safe binary is only used with Zend Core 2.0.
Modify php.ini according to your system and add zend_extension=xxx (add ZendOptimizer.so to your scheduled file directory)
4. Restart your Web server.
Restart your apache.