mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
Merge changes from php.ini-dist
This commit is contained in:
parent
7badd563cb
commit
a85ed54e88
@ -90,7 +90,7 @@ asp_tags = Off
|
||||
precision = 14
|
||||
|
||||
; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
|
||||
y2k_compliance = Off
|
||||
y2k_compliance = On
|
||||
|
||||
; Output buffering allows you to send header lines (including cookies) even
|
||||
; after you send body content, at the price of slowing PHP's output layer a
|
||||
@ -833,7 +833,8 @@ session.entropy_file =
|
||||
|
||||
;session.entropy_file = /dev/urandom
|
||||
|
||||
; Set to {nocache,private,public} to determine HTTP caching aspects.
|
||||
; Set to {nocache,private,public,} to determine HTTP caching aspects.
|
||||
; or leave this empty to avoid sending anti-caching headers.
|
||||
session.cache_limiter = nocache
|
||||
|
||||
; Document expires after n minutes.
|
||||
|
Loading…
Reference in New Issue
Block a user