Created
December 11, 2014 20:41
-
-
Save adduc/5fbd7185441c8b9543f6 to your computer and use it in GitHub Desktop.
PHP Opcache Not Refreshing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The opcache for PHP (previously Zend Optimizer+) depends on the filemtime to identify when to reinterpret the opcode for a file. If a file is changed, the system's clock is changed back (through NTP or other means), any changes to the file up until the previously set date/time will not be caught by the opcache. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment