【发布时间】:2015-10-25 17:07:22
【问题描述】:
我将自定义配置放在 php.ini 文件中,但配置没有改变。
opcache.revalidate_freq=0
opcache.validate_timestamps=0
opcache.max_accelerated_files=7963
opcache.memory_consumption=256
opcache.interned_strings_buffer=16
opcache.fast_shutdown=1
我使用 centos 和 directadmin 并通过 custombuild 安装 opcache 还有其他方法可以更改默认配置吗?
【问题讨论】:
-
您是否已退回 Apache(或您正在使用的任何网络服务器?)
-
我不明白你的意思!?
-
我重启了 Apache 几次 opcache.enable=1 和 opcache.enable=0
-
opcache.enable=1 和 opcache.enable=0 工作正常,但其余配置不起作用
标签: php centos opcache directadmin