Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zend-diactoros 2.2.1

Latest
Compare
Choose a tag to compare
@weierophinney weierophinney released this 13 Nov 19:18
· 24 commits to master since this release
2.2.1

Added

  • Nothing.

Changed

  • #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.