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 @@ -1898,6 +1898,12 @@ ldap.max_links = -1
1898
1898
; This should improve performance, but requires appropriate OS configuration.
1899
1899
;opcache.huge_code_pages=0
1900
1900
1901
+ ; Validate cached file permissions.
1902
+ ; opcache.validate_permission=0
1903
+
1904
+ ; Prevent name collisions in chroot'ed environment.
1905
+ ; opcache.validate_root=0
1906
+
1901
1907
[curl]
1902
1908
; A default value for the CURLOPT_CAINFO option. This is required to be an
1903
1909
; absolute path.
Original file line number Diff line number Diff line change @@ -1898,6 +1898,12 @@ ldap.max_links = -1
1898
1898
; This should improve performance, but requires appropriate OS configuration.
1899
1899
;opcache.huge_code_pages=1
1900
1900
1901
+ ; Validate cached file permissions.
1902
+ ; opcache.validate_permission=0
1903
+
1904
+ ; Prevent name collisions in chroot'ed environment.
1905
+ ; opcache.validate_root=0
1906
+
1901
1907
[curl]
1902
1908
; A default value for the CURLOPT_CAINFO option. This is required to be an
1903
1909
; absolute path.
You can’t perform that action at this time.
0 commit comments