File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1863,6 +1863,11 @@ ldap.max_links = -1
1863
1863
; http://php.net/opcache.preload
1864
1864
;opcache.preload=
1865
1865
1866
+ ; Preloading code as root is not allowed for security reasons. This directive
1867
+ ; facilitates to let the preloading to be run as another user.
1868
+ ; http://php.net/opcache.preload_user
1869
+ ;opcache.preload_user=
1870
+
1866
1871
; Prevents caching files that are less than this number of seconds old. It
1867
1872
; protects from caching of incompletely updated files. In case all file updates
1868
1873
; on your site are atomic, you may increase performance by setting it to "0".
Original file line number Diff line number Diff line change @@ -1865,6 +1865,11 @@ ldap.max_links = -1
1865
1865
; http://php.net/opcache.preload
1866
1866
;opcache.preload=
1867
1867
1868
+ ; Preloading code as root is not allowed for security reasons. This directive
1869
+ ; facilitates to let the preloading to be run as another user.
1870
+ ; http://php.net/opcache.preload_user
1871
+ ;opcache.preload_user=
1872
+
1868
1873
; Prevents caching files that are less than this number of seconds old. It
1869
1874
; protects from caching of incompletely updated files. In case all file updates
1870
1875
; on your site are atomic, you may increase performance by setting it to "0".
You can’t perform that action at this time.
0 commit comments