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

zend-mvc 2.7.14

Compare
Choose a tag to compare
@weierophinney weierophinney released this 02 May 22:31
· 427 commits to master since this release

Added

  • #279 provides support for PHP 7.1 and 7.2.

Changed

  • #279 changes the Zend\Mvc\Controller\PluginManager implementation to vary
    based on zend-servicemanager major version detected in order to ensure the
    signature of get() will be correct regardless of version.

Deprecated

  • Nothing.

Removed

  • #279 removes explicit support for PHP 5.5.
    The code may, and likely will, continue to run on the 5.5 series, but we are
    unable to continue testing it at this time as dependencies necessary for PHP
    7.2 support have all bumped their minimum versions to PHP 5.6. If you use PHP
    5.5, upgrade at your own risk.

Fixed

  • Nothing.