This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-diactoros 1.8.6
Added
- Nothing.
Changed
-
#325 changes the behavior of
ServerRequest::withParsedBody()
. Per
PSR-7, it now no longer allows values other thannull
, arrays, or objects. -
#325 changes the behavior of each of
Request
,ServerRequest
, and
Response
in relation to the validation of header values. Previously, we
allowed empty arrays to be provided viawithHeader()
; however, this was
contrary to the PSR-7 specification. Empty arrays are no longer allowed.
Deprecated
- Nothing.
Removed
- Nothing.