I recently upgraded to 3.3.5. I am working locally on my Windows 10 PC and editing PHP files to modify a project. While this process has worked seamlessly for the past 3+ years, I am now having issues with refreshing pages.
Normally, I edit a php file, refresh the page (Chrome) and the new code executes.
Now, I make changes and nothing happens until I restart my server.
I made changes - nothing - so then I added comments and output to try and find it - nothing - then I restarted the server and everything started showing as expected.
It's not only browser caching - I made code changes to dump variables into the error_log() and even that code wont execute (nothing dumped) until I restart the server
What changes have been made between versions with regards to caching?
Thanks
Normally, I edit a php file, refresh the page (Chrome) and the new code executes.
Now, I make changes and nothing happens until I restart my server.
I made changes - nothing - so then I added comments and output to try and find it - nothing - then I restarted the server and everything started showing as expected.
It's not only browser caching - I made code changes to dump variables into the error_log() and even that code wont execute (nothing dumped) until I restart the server
What changes have been made between versions with regards to caching?
Thanks