mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Allow multiple cache instances per user/host on Windows
This commit is contained in:
commit
54401001a8
9 changed files with 62 additions and 51 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue