手动12

WBOY
WBOYOriginal
2016-06-13 09:40:39802browse

php 5.4

wget http://pecl.php.net/get/zendopcache-7.0.2.tgz
tar xzf zendopcache-7.0.2.tgz
cd zendopcache-7.0.2
phpize
./configure
make
make install



php5.5已经内置,直接配置就行
zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20100525/opcache.so
;上面zend_extension路径为opcache.so的路径
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1


/usr/local/php/sbin/php-fpm //启动

可以通过phpinfo查看是否生效,下图是我的配置PHP扩展:


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