Install Zend optimizer 3.3.9 in centos

Source: Internet
Author: User

1. Download an object:

Http://downloads.zend.com/optimizer/3.3.9/ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz (32 bits)

Http://downloads.zend.com/optimizer/3.3.9/ZendOptimizer-3.3.9-linux-glibc23-x86_64.tar.gz (64 bits)

2. Decompress

Decompress the package and copy zendoptimizer. So under the ZendOptimizer-3.3.9-linux-glibc23-x86_64/data/5_rjx_comp directory to a directory, such as/usr/local/Zend/lib/

Zend optimizer 3.3.9 has some new changes and does not need to be installed. You can directly reference the. So file in the PHP. ini file:

3. Modify the/etc/PHP. ini file.

Found: Zend. zemo-compatibility_mode = off

Change to: Zend. zemo-compatibility_mode = on

Add the following text at the end:

[Zend optimizer]
Zend_optimizer.optimization_level = 1
Zend_extension = "/usr/local/Zend/lib/zendoptimizer. So"

 

4. Restart the HTTPd service and use PHP-V to check the effect.

 

After the installation, the zendoptimizer is 3.3.3. Is the support for php5.1.6 in 3.3.9 still in 3.3.3?

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.