This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-diactoros 1.3.7
Added
- #208 adds several missing response codes to
Zend\Diactoros\Response
, including:- 226 ('IM used')
- 308 ('Permanent Redirect')
- 444 ('Connection Closed Without Response')
- 499 ('Client Closed Request')
- 510 ('Not Extended')
- 599 ('Network Connect Timeout Error')
- #211 adds support for UTF-8 characters in query strings handled by
Zend\Diactoros\Uri
.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.