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