OPCache开启和关闭


打开 opcache 配置文件

位置:

/usr/local/php/etc/php.d

修改:

opcache.enable=1  //开启 opcache
opcache.enable=0  //关闭opcache