zend-diactoros v2.2.1 Release Notes
Release Date: 2019-11-13 // about 5 years ago-
โ Added
- Nothing.
๐ Changed
- ๐ #379 removes extension of
SplFileInfo
by theUploadedFile
class. The signatures ofgetSize()
are potentially incompatible, andUploadedFile
is intended to work with arbitrary PHP and PSR-7 streams, whereasSplFileInfo
can only model files on the filesystem. While this is technically a BC break, we are treating it as a bugfix, as the class was broken for many use cases.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- Nothing.
Previous changes from v2.2.0
-
โ Added
- ๐ #376 adds support for using the X-Forwarded-Host header for determining the originally requested host name when marshaling the server request.
๐ Changed
- โก๏ธ #378 updates the
UploadedFile
class to extendSplFileInfo
, allowing developers to make use of those features in their applications.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- Nothing.