summaryrefslogtreecommitdiffstats
path: root/10-opcache.ini
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-23 11:03:20 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-23 11:03:20 +0100
commit2543becc44799d85d0bfbae38f60055046df1ea8 (patch)
tree952121ed662873e8b4c5ed513640857ad1129fed /10-opcache.ini
parentbf7b6e264c90de17b56cc07513a2210d2a5cfb16 (diff)
php 7.1: sync provided ini with upstream
Diffstat (limited to '10-opcache.ini')
-rw-r--r--10-opcache.ini11
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