diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-23 11:03:20 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-23 11:03:20 +0100 |
commit | 89c657512441a5e75f4b5c6bedb5f3a1cf5ce5de (patch) | |
tree | 53067468d9f662d0b32e65629cb852ca4de37f71 /10-opcache.ini | |
parent | 5106c8de62bcdaacb201d9b1b51e304eae4cc7eb (diff) |
php 7.1: sync provided ini with upstream
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 |