当前位置:Gxlcms > PHP教程 > php修改了内容不变

php修改了内容不变

时间:2021-07-01 10:21:17 帮助过:33人阅读

有时我们修改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修改了内容不变的详细内容,更多请关注Gxl网其它相关文章!

人气教程排行