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

zend-file 2.8.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 25 Apr 16:41
· 21 commits to master since this release

Added

  • #43 adds support for PHP 7.1 and 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #43 removes support for PHP 5.5.

  • #43 removes support for HHVM.

Fixed

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