[[PHP环境]] [PHP环境]disable opcache opcode

如果是Zend OPCache

[opcache]
; Determines if Zend OPCache is enabled
opcache.enable=0
; Determines if Zend OPCache is enabled for the CLI version of PHP
opcache.enable_cli=0

如果是apcu

打开文件 gedit /usr/local/php/etc/php.d/ext-apcu.ini

[apcu]
extension=apcu.so
apc.enabled=0
apc.shm_size=32M
apc.ttl=7200
apc.enable_cli=0

Original url: Access
Created at: 2018-11-23 15:50:03
Category: default
Tags: none

请先后发表评论
  • 最新评论
  • 总共0条评论