Please answer this simple SPAM challenge: max(two, six)? (Example: nine)
In some (most?) systems PHP's CLI has a separate opcode cache to the one used by the web server or PHP-FPM process, which means running opcache_reset() in the CLI won't reset the webserver/fpm opcode cache, and vice-versa.
<< Back to user notes page