summaryrefslogtreecommitdiffstats
path: root/opcache.ini
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-18 08:58:42 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-18 08:58:42 +0100
commitb7dc0096c61deb8d3f7fb61d636b874ce1452197 (patch)
treee802418866c158a601273e6b0458e6c2d8de076f /opcache.ini
parentf2e3a31837636de81c2f03f8a45145a5869d8575 (diff)
PHP 5.6.38-7 (security fix from 5.6.30)
Diffstat (limited to 'opcache.ini')
-rw-r--r--opcache.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/opcache.ini b/opcache.ini
index dd117db..5919a6e 100644
--- a/opcache.ini
+++ b/opcache.ini
@@ -93,3 +93,14 @@ opcache.blacklist_filename=/etc/php.d/opcache*.blacklist
; Useful for internal debugging only.
;opcache.protect_memory=0
+; Validate cached file permissions.
+; Leads OPcache to check file readability on each access to cached file.
+; This directive should be enabled in shared hosting environment, when few
+; users (PHP-FPM pools) reuse the common OPcache shared memory.
+;opcache.validate_permission=0
+
+; Prevent name collisions in chroot'ed environment.
+; This directive prevents file name collisions in different "chroot"
+; environments. It should be enabled for sites that may serve requests in
+; different "chroot" environments.
+;opcache.validate_root=0