File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1883,6 +1883,12 @@ ldap.max_links = -1
1883
1883
; This should improve performance, but requires appropriate OS configuration.
1884
1884
;opcache.huge_code_pages=0
1885
1885
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
+
1886
1892
[curl]
1887
1893
; A default value for the CURLOPT_CAINFO option. This is required to be an
1888
1894
; absolute path.
Original file line number Diff line number Diff line change @@ -1883,6 +1883,12 @@ ldap.max_links = -1
1883
1883
; This should improve performance, but requires appropriate OS configuration.
1884
1884
;opcache.huge_code_pages=1
1885
1885
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
+
1886
1892
[curl]
1887
1893
; A default value for the CURLOPT_CAINFO option. This is required to be an
1888
1894
; absolute path.
You can’t perform that action at this time.
0 commit comments