This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-diactoros 2.1.4
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#370 updates
Zend\Diactoros\marshalHeadersFromSapi()
to ensure all underscores in header name keys are converted to dashes (fixing issues with header names such asCONTENT_SECURITY_POLICY
, which would previously resolve improperly tocontent-security_policy
). -
#370 updates
Zend\Diactoros\marshalHeadersFromSapi()
to ignore header names from the$server
array that resolve to integers; previously, it would raise a fatal error.