Skip to content

Commit 914ff56

Browse files
committed
update php.ini-* for bug #69090
1 parent d83ed9b commit 914ff56

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
@@ -1883,6 +1883,12 @@ ldap.max_links = -1
18831883
; This should improve performance, but requires appropriate OS configuration.
18841884
;opcache.huge_code_pages=0
18851885

1886+
; Validate cached file permissions.
1887+
; opcache.validate_permission=0
1888+
1889+
; Prevent name collisions in chroot'ed environment.
1890+
; opcache.validate_root=0
1891+
18861892
[curl]
18871893
; A default value for the CURLOPT_CAINFO option. This is required to be an
18881894
; absolute path.

php.ini-production

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1883,6 +1883,12 @@ ldap.max_links = -1
18831883
; This should improve performance, but requires appropriate OS configuration.
18841884
;opcache.huge_code_pages=1
18851885

1886+
; Validate cached file permissions.
1887+
; opcache.validate_permission=0
1888+
1889+
; Prevent name collisions in chroot'ed environment.
1890+
; opcache.validate_root=0
1891+
18861892
[curl]
18871893
; A default value for the CURLOPT_CAINFO option. This is required to be an
18881894
; absolute path.

0 commit comments

Comments
 (0)