I'm not able to reliable reproduce this issue but here are the details.
I have php code that includes a php file(view file containing html javascript etc. so its emitted to the browser). Occasionally the include statement will apparently read the previous version of the php file. When this happens I can actually delete the PHP file and the include statement will still work.
I've gone through php_info() looking for cache and everything relating is apparently disabled.
Any questions, suggestions, idead are greatly appreciated.

