Update php config to reflect latest upstream changes
This commit is contained in:
parent
d0bba32cfc
commit
17b89ee112
1 changed files with 5 additions and 1 deletions
|
@ -686,7 +686,6 @@ default_charset = "UTF-8"
|
||||||
|
|
||||||
; PHP output character encoding is set to empty.
|
; PHP output character encoding is set to empty.
|
||||||
; If empty, default_charset is used.
|
; If empty, default_charset is used.
|
||||||
; mbstring or iconv output handler is used.
|
|
||||||
; See also output_buffer.
|
; See also output_buffer.
|
||||||
; http://php.net/output-encoding
|
; http://php.net/output-encoding
|
||||||
;output_encoding =
|
;output_encoding =
|
||||||
|
@ -1839,6 +1838,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…
Reference in a new issue