On Mon, Sep 16, 2013 at 12:36 PM, rihad <[email protected]> wrote:

> Hi, I have a question regarding:
> opcache.validate_timestamps = 1
> opcache.revalidate_freq = 60
>
> Since AFAIK Zend Opcode cache lacks a web interface to invalidate the
> whole cache atomically, the way APC does, otherwise I would simply use
> opcache.validate_timestamps = 0 and invalidate manually when rsyncing a new
> tree.
>

Here is an interface from Rasmus.
https://github.com/rlerdorf/opcache-status/blob/master/opcache.php

You can easilly patch it to add a link to a page calling opcache_reset().

Julien.Pauli

Reply via email to