From 89c657512441a5e75f4b5c6bedb5f3a1cf5ce5de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Nov 2016 11:03:20 +0100 Subject: php 7.1: sync provided ini with upstream --- 10-opcache.ini | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '10-opcache.ini') 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 -- cgit