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

zend-filter 2.8.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 11 Apr 16:20
· 131 commits to master since this release

Added

  • #26 adds the interface
    Zend\Filter\FilterProviderInterface, which can be used to provide
    configuration for the FilterPluginManager via zend-mvc Module classes.

  • #61 adds support for
    PHP 7.2.

Deprecated

  • Nothing.

Removed

  • #61 removes support
    for PHP 5.5.

  • #61 removes support
    for HHVM.

  • #61 removes support
    for zend-crypt versions prior to 3.0. This was done as PHP deprecated the
    mcrypt extension starting in PHP 7.1, and does not ship it by default
    starting in PHP 7.2. zend-crypt 3.0 adds an OpenSSL adapter for its
    BlockCipher capabilities, and acts as a polyfill for mcrypt usage. Since this
    functionality has been used by default since 2.7.2, users should be able to
    upgrade seamlessly.

Fixed

  • Nothing.