This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-diactoros 1.7.1
Added
- Nothing.
Changed
- #293 updates
Uri::getHost()
to cast the value viastrtolower()
before returning it. While this represents a change, it is fixing a bug in our implementation: the PSR-7 specification for the method, which follows IETF RFC 3986 section 3.2.2, requires that the host name be normalized to lowercase.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #290 fixes
Stream::getSize()
such that it checks that the result offstat
was succesful before attempting to return itssize
member; in the case of an error, it now returnsnull
.