summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-07-17 19:52:49 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-07-17 19:52:49 +0200
commit54401001a8afe42dd56a38bdc57ef5a49e6f4ab5 (patch)
tree7a375a6456b78d7b00dca1dac18dea3e345c77ee /php.ini-development
parent6d00cff36fad3c318799dcaf527d0bea5afd2217 (diff)
parente2ed7e6716f9564fcd8b13b823519baaa7256662 (diff)
downloadphp-git-54401001a8afe42dd56a38bdc57ef5a49e6f4ab5.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Allow multiple cache instances per user/host on Windows
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development4
1 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development
index 9f3b153a89..281dcdec6b 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -1823,6 +1823,10 @@ ldap.max_links = -1
; errors.
;opcache.mmap_base=
+; Facilitates multiple OPcache instances per user (for Windows only). All PHP
+; processes with the same cache ID and user share an OPcache instance.
+;opcache.cache_id=
+
; Enables and sets the second level cache directory.
; It should improve performance when SHM memory is full, at server restart or
; SHM reset. The default "" disables file based caching.