You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
zend-file 2.8.0
Added
-----
- [#43](#43) adds support for PHP 7.1 and 7.2.
Changed
-------
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- [#43](#43) removes support for PHP 5.5.
- [#43](#43) removes support for HHVM.
Fixed
-----
- [#41](#41) fixes an issue in PHP 7.1 and up with false-positive detection of classes,
interfaces, and traits when class methods are named after these keywords.
zend-file 2.7.1
Added
-----
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [#34](#34) ensures that
anonymous classes are ignored by the `ClassFileLocator` when identifying files
with class declarations.
zend-file 2.7.0
Added
-----
- [#25](#25) adds and publishes
documentation to https://zendframework.github.io/zend-file/
Deprecated
----------
- [#25](#25) deprecates the
`Zend\File\Transfer` subcomponent. Its functionality is now split between each
of:
- zend-filter, for moving uploaded files to their final location, renaming
them, and potentially transforming them.
- zend-validator, for validating upload succes, file type, hash, etc.
- zend-progressbar, for managing upload status.
Removed
-------
- Nothing.
Fixed
-----
- Nothing.