Opcache 已启用,但 Opcode 缓存显示已禁用?

Opcache is Enabled, but Opcode Caching says Disabled?

我附上了截图。对我所缺少的有什么想法吗?我通过 php.ini 启用了它,它在 phpinfo 中显示为 enabled,但显示 opcode caching is disabled。使用 PHP 5.5.

我自己找到了这个问题的答案,但如果其他人 运行 了解这个问题,我也希望他们知道。

出于某种原因,在服务器上为 opcache 生成了多个 .ini 文件,它们包含相同的设置。

我删除了一个,重新启用了 opcache,现在它运行良好。