summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-11-21 22:52:03 +0100
committerAnatol Belski <ab@php.net>2016-11-21 22:52:03 +0100
commit850c1095ab6b7c988c4ba8a9182085abe56f211c (patch)
treefdbd9a776e23ab5dd5074b1961bc826f0792d40e
parent1d352645fc04b028a384168c684f016f12a04e75 (diff)
downloadphp-git-850c1095ab6b7c988c4ba8a9182085abe56f211c.tar.gz
update php.ini-* according to changes for bug #69090
-rw-r--r--php.ini-development6
-rw-r--r--php.ini-production6
2 files changed, 12 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development
index 38812f1405..752f601436 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -1996,6 +1996,12 @@ ldap.max_links = -1
; Useful for internal debugging only.
;opcache.protect_memory=0
+; Validate cached file permissions.
+; opcache.validate_permission=0
+
+; Prevent name collisions in chroot'ed environment.
+; opcache.validate_root=0
+
[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.
diff --git a/php.ini-production b/php.ini-production
index 07ca8dc400..97b5043ce9 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -1996,6 +1996,12 @@ ldap.max_links = -1
; Useful for internal debugging only.
;opcache.protect_memory=0
+; Validate cached file permissions.
+; opcache.validate_permission=0
+
+; Prevent name collisions in chroot'ed environment.
+; opcache.validate_root=0
+
[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.