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.

Is it safe to assume that this auto-revalidation will work with interdependencies between several files? Say I add a new variable to a file and require that file in another. What if the second file expires and reloads before the first one? It won't have access to that variable, undefined behaviour, not good. Unless I totally misunderstood something :)

--
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to