Skip to content

Commit 850c109

Browse files
committed
update php.ini-* according to changes for bug #69090
1 parent 1d35264 commit 850c109

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

php.ini-development

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,6 +1996,12 @@ ldap.max_links = -1
19961996
; Useful for internal debugging only.
19971997
;opcache.protect_memory=0
19981998

1999+
; Validate cached file permissions.
2000+
; opcache.validate_permission=0
2001+
2002+
; Prevent name collisions in chroot'ed environment.
2003+
; opcache.validate_root=0
2004+
19992005
[curl]
20002006
; A default value for the CURLOPT_CAINFO option. This is required to be an
20012007
; absolute path.

php.ini-production

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,6 +1996,12 @@ ldap.max_links = -1
19961996
; Useful for internal debugging only.
19971997
;opcache.protect_memory=0
19981998

1999+
; Validate cached file permissions.
2000+
; opcache.validate_permission=0
2001+
2002+
; Prevent name collisions in chroot'ed environment.
2003+
; opcache.validate_root=0
2004+
19992005
[curl]
20002006
; A default value for the CURLOPT_CAINFO option. This is required to be an
20012007
; absolute path.

0 commit comments

Comments
 (0)