Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  document file cache fallback ini directive
This commit is contained in:
Anatol Belski 2016-07-29 13:07:43 +02:00
commit 0596a2561b
2 changed files with 10 additions and 0 deletions

View file

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

View file

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