Merge branch 'PHP-7.4'

* PHP-7.4:
  Allow multiple cache instances per user/host on Windows
This commit is contained in:
Christoph M. Becker 2019-07-17 19:52:49 +02:00
commit 54401001a8
9 changed files with 62 additions and 51 deletions

View file

@ -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.