有时我们修改PHP代码后无法生效,修改PHP代码,不能立即生效,重启php-fpm服务后会生效!
推荐:php服务器
我们可以通过修改PHP配置文件解决:
[Zend Opcache] 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 ;opcache end ;xcache ;xcache end
修改下面的代码即可解决问题:
opcache.revalidate_freq=1
以上是php修改了内容不变的详细内容。更多信息请关注PHP中文网其他相关文章!