diff options
Diffstat (limited to '10-opcache.ini')
-rw-r--r-- | 10-opcache.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/10-opcache.ini b/10-opcache.ini index 84492a6..c78ae5d 100644 --- a/10-opcache.ini +++ b/10-opcache.ini @@ -105,3 +105,14 @@ opcache.blacklist_filename=/etc/php.d/opcache*.blacklist ; Enables or disables checksum validation when script loaded from file cache. ;opcache.file_cache_consistency_checks=1 + +; Implies opcache.file_cache_only=1 for a certain process that failed to +; reattach to the shared memory (for Windows only). Explicitly enabled file +; cache is required. +;opcache.file_cache_fallback=1 + +; Validate cached file permissions. +; opcache.validate_permission=0 + +; Prevent name collisions in chroot'ed environment. +; opcache.validate_root=0 |