summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-09-03 14:08:52 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-09-03 14:08:52 +0200
commit6926018bdab816fdbb4784f26751deaa84aefbe0 (patch)
tree4a3f328146998dee178894d269015c7dd4ab0672 /php.ini-development
parentcc4af3513d589f417ff7740141fe31e8f5cedd28 (diff)
parent61dcae50d5bdc6e0f9565d63fda58257bc489cdd (diff)
downloadphp-git-6926018bdab816fdbb4784f26751deaa84aefbe0.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Document opcache.preload_user directive
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development5
1 files changed, 5 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development
index bceca380ad..8ed25d8c82 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -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".