Skip to content

Instantly share code, notes, and snippets.

@adduc
Created December 11, 2014 20:41
Show Gist options
  • Save adduc/5fbd7185441c8b9543f6 to your computer and use it in GitHub Desktop.
Save adduc/5fbd7185441c8b9543f6 to your computer and use it in GitHub Desktop.
PHP Opcache Not Refreshing
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