This repository was archived by the owner on Dec 5, 2024. It is now read-only.
2.8.0
Based on https://github.com/zendframework/zend-file/releases/tag/release-2.8.0 (commit 2f545f3a3a7cff3c1e2ef952efccab8ebf1801cd in this repo) Added ----- - [zendframework/zend-file#43](https://github.com/zendframework/zend-file/pull/43) adds support for PHP 7.1 and 7.2. Changed ------- - Nothing. Deprecated ---------- - Nothing. Removed ------- - [zendframework/zend-file#43](https://github.com/zendframework/zend-file/pull/43) removes support for PHP 5.5. - [zendframework/zend-file#43](https://github.com/zendframework/zend-file/pull/43) removes support for HHVM. Fixed ----- - [zendframework/zend-file#41](https://github.com/zendframework/zend-file/pull/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.