IIS 7 Completely Disable Caching
No matter what I do iis still caching my php files. I uncheck开发者_如何学编程ed all caching options and rechecked configuration file and it seems okay.
How should I completely turn off all kinds of caching? By the way my php file is quite simple its just echo "somestring"
This might be a bit late but it might be useful for somebody else.
Are you using PHP Wincache? If you are, just add wincache.fcenabled=0
to your php.ini file.
http://php.net/manual/en/wincache.configuration.php
精彩评论