This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-diactoros 1.3.6
Added
- #170 prepared documentation for publication at https://zendframework.github.io/zend-diactoros/
- #165 adds support for Apache
REDIRECT_HTTP_*header detection in theServerRequestFactory. - #166 adds support for UTF-8 characters in URI paths.
- #204 adds testing against PHP 7.1 release-candidate builds.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #186 fixes a typo in a variable name within the
SapiStreamEmitter. - #200 updates the
SapiStreamEmitterto implement a check forisSeekable()prior to attempts to rewind; this allows it to work with non-seekable streams such as theCallbackStream. - #169 ensures that response serialization always provides a
\r\n\r\nsequence following the headers, even when no message body is present, to ensure it conforms with RFC 7230. - #175 updates the
Requestclass to set theHostheader from the URI host if no header is already present. (Ensures conformity with PSR-7 specification.) - #197 updates the
Uriclass to ensure that string serialization does not include a colon after the host name if no port is present in the instance.