From 61dcae50d5bdc6e0f9565d63fda58257bc489cdd Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 3 Sep 2019 14:06:56 +0200 Subject: Document opcache.preload_user directive --- php.ini-development | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'php.ini-development') diff --git a/php.ini-development b/php.ini-development index d7ba908fe0..920dd5d23a 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1891,6 +1891,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". -- cgit v1.2.1