CakeFest 2025 Madrid: The Official CakePHP Conference

Voting

: max(two, six)?
(Example: nine)

The Note You're Voting On

mike
8 years ago
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

To Top