Merge branch 'PHP-7.4'

* PHP-7.4:
  Document opcache.preload_user directive
This commit is contained in:
Christoph M. Becker 2019-09-03 14:08:52 +02:00
commit 6926018bda
2 changed files with 10 additions and 0 deletions

View file

@ -1863,6 +1863,11 @@ ldap.max_links = -1
; http://php.net/opcache.preload
;opcache.preload=
; Preloading code as root is not allowed for security reasons. This directive
; facilitates to let the preloading to be run as another user.
; http://php.net/opcache.preload_user
;opcache.preload_user=
; Prevents caching files that are less than this number of seconds old. It
; protects from caching of incompletely updated files. In case all file updates
; on your site are atomic, you may increase performance by setting it to "0".