在共享主机Fat Free框架中禁用缓存

时间:2017-01-24 14:31:45

标签: debugging caching shared-hosting fat-free-framework

我无法在共享主机中禁用缓存。当我设置

$f3->set('DEBUG', 3);
$f3->set('LOCALES', 'lang/');
$f3->set('AUTOLOAD', 'app/controllers/');
$f3->set('UI', 'app/views/');
$f3->set('CACHE', FALSE);
$f3->clear('CACHE');
$cache->reset();

缓存仍在工作,我无法正常调试

1 个答案:

答案 0 :(得分:1)

感谢它归功于Zend OPcache模块。我只需要将 php_flag opcache.enable Off插入.htaccess文件