如何让PHP脚本中的程序更改立即显示?

This is probably completely obvious to somebody.

I'm using PHP on Windows 2008 Server R2 and IIS 7. FastCGI, PHP V5.3.

When I make a program change, I have to repeatedly change the file and re-save a good few times before the code recompiles and my edits are reflected. This is getting seriously annoying.

I've read about bytecode caching APC or Wincache etc. in the PHP manual, but as far as I can tell there is nothing installed.

Is there a standard bytecode cache? How do I disable it?

If not, what else could be causing this?

Thanks for your help.

P.S. IIS 7 Output caching is switched off (unticked) for both User and Kernel on this website instance.

Are you using an browser such as google chrome ? Those will cache web pages automatically! If you want google chrome to force to reload the page use CTRL + F5.

Hope this helps.