This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
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.