You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue seems to be that cachetool calls "opcache_reset()" but then opcache just reads the file again from the second level cache directory. Same situation when restarting php-fpm.
Should cachetool handle purging opcache's "file cache"?
I can't find any official docs for methods to best do that, so I suppose it's just deleting all the opcache .bin files on the filesystem in the "file_cache" directory.
Related config: opcache.file_cache
The text was updated successfully, but these errors were encountered:
The issue seems to be that cachetool calls "opcache_reset()" but then opcache just reads the file again from the second level cache directory. Same situation when restarting php-fpm.
Should cachetool handle purging opcache's "file cache"?
I can't find any official docs for methods to best do that, so I suppose it's just deleting all the opcache .bin files on the filesystem in the "file_cache" directory.
Related config: opcache.file_cache
The text was updated successfully, but these errors were encountered: