Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • This worked, thanks! For me, I was using phpStorm (to sync the files using sftp) and I had to both set the opcache.revalidate_freq=0and also set the server date/time to be behind my client as you suggested. Commented Mar 9, 2015 at 16:11
  • In fact for using FTP access between two OS the date and time makes difference when renewing the cache. As access to the virtual machine by PhpStorm was generating this problem, I changed the date of the VM and it worked. Commented Nov 11, 2016 at 12:32