Home >Backend Development >PHP Tutorial >ZendOptimizer-3.3.9 latest version installation steps_PHP tutorial

ZendOptimizer-3.3.9 latest version installation steps_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-13 17:08:351278browse

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.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/629831.htmlTechArticleThis article will give you a detailed introduction to the installation steps of the latest version of ZendOptimizer-3.3.9. This is an installation article Friends who need to know about notes can refer to this article. ZendOptimizer-3.3...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn