This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-diactoros 1.6.1
Added
- Nothing.
Changed
- #273 updates each of the SAPI emitter implementations to emit the status line after emitting other headers; this is done to ensure that the status line is not overridden by PHP.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #273 modifies how the
SapiEmitterTrait
callsheader()
to ensure that a response code is always passed as the third argument; this is done to prevent PHP from silently overriding it.