How do I Disable the Code Cache for PHP 5 (FPM) with Nginx?

Viewed 20189

When I save changes to a PHP file and then reload, it continues to execute the old version of the script for a minute or so regardless of how many refreshes I do. After 1 minute (or so) it executes the current version.

How do I disable this behaviour so changes occur immediately?

Setup is PHP-FPM with Nginx.

4 Answers
Related