Open Zend OpCode cache for PHP5.4, php5.4opcode_php tutorial

Source: Internet
Author: User

Open Zend OpCode cache for PHP5.4, Php5.4opcode


Compile steps:

Copy the Code code as follows:
git clone git://github.com/zend-dev/zendoptimizerplus.git
CD Zendoptimizerplus
$PHP _dir/bin/phpize
./configure \
--with-php-config= $PHP _dir/bin/php-config
Make && make install

Configuration steps: Add Zend_extension=/...full path.../opcache.so in php.ini the following is an official recommended configuration parameter that can be used to improve performance and is recommended for: Opcache.memory_ consumption=128opcache.interned_strings_buffer=8opcache.max_accelerated_files=4000opcache.revalidate_freq= 60opcache.fast_shutdown=1opcache.enable_cli=1 another: PHP5.5 only need to add--enable-opcache parameters at compile time can be recommended: Zend Opcache Control Panel:
https://gist.github.com/ck-on/4959032

http://www.bkjia.com/PHPjc/933602.html www.bkjia.com true http://www.bkjia.com/PHPjc/933602.html techarticle to open Zend opcode cache for PHP5.4, Php5.4opcode compile step: Copy code code as follows: Git clone git://github.com/zend-dev/zendoptimizerplus.git CD Zendoptimizerplus $PHP _dir/b ...

  • 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.