mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: document file cache fallback ini directive
This commit is contained in:
commit
0596a2561b
2 changed files with 10 additions and 0 deletions
|
@ -1843,6 +1843,11 @@ ldap.max_links = -1
|
||||||
; Enables or disables checksum validation when script loaded from file cache.
|
; Enables or disables checksum validation when script loaded from file cache.
|
||||||
;opcache.file_cache_consistency_checks=1
|
;opcache.file_cache_consistency_checks=1
|
||||||
|
|
||||||
|
; Implies opcache.file_cache_only=1 for a certain process that failed to
|
||||||
|
; reattach to the shared memory (for Windows only). Explicitly enabled file
|
||||||
|
; cache is required.
|
||||||
|
;opcache.file_cache_fallback=1
|
||||||
|
|
||||||
; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
|
; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
|
||||||
; This should improve performance, but requires appropriate OS configuration.
|
; This should improve performance, but requires appropriate OS configuration.
|
||||||
;opcache.huge_code_pages=0
|
;opcache.huge_code_pages=0
|
||||||
|
|
|
@ -1843,6 +1843,11 @@ ldap.max_links = -1
|
||||||
; Enables or disables checksum validation when script loaded from file cache.
|
; Enables or disables checksum validation when script loaded from file cache.
|
||||||
;opcache.file_cache_consistency_checks=1
|
;opcache.file_cache_consistency_checks=1
|
||||||
|
|
||||||
|
; Implies opcache.file_cache_only=1 for a certain process that failed to
|
||||||
|
; reattach to the shared memory (for Windows only). Explicitly enabled file
|
||||||
|
; cache is required.
|
||||||
|
;opcache.file_cache_fallback=1
|
||||||
|
|
||||||
; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
|
; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
|
||||||
; This should improve performance, but requires appropriate OS configuration.
|
; This should improve performance, but requires appropriate OS configuration.
|
||||||
;opcache.huge_code_pages=1
|
;opcache.huge_code_pages=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue