Skip to content

2.2.1

@weierophinney weierophinney tagged this 13 Nov 19:16
Based on https://github.com/zendframework/zend-diactoros/releases/tag/2.2.1 (commit 5f9be8142d6842dc8ca5147eb951631cf0690846 in this repo)

Added
-----

- Nothing.

Changed
-------

- [zendframework/zend-diactoros#379](https://github.com/zendframework/zend-diactoros/pull/379) removes extension of `SplFileInfo` by the `UploadedFile` class. The signatures of `getSize()` are potentially incompatible, and `UploadedFile` is intended to work with arbitrary PHP and PSR-7 streams, whereas `SplFileInfo` 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.
Assets 2
Loading