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

zend-inputfilter 2.8.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 14 May 17:39
· 142 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #163 adds code to BaseInputFilter::populate() to detect non-iterable,
    non-null values passed as a value for a composed input filter. Previously, these would trigger
    an exception; they now instead result in an empty array being used to populate the
    input filter, which will generally result in invalidation without causing an
    exception.

  • #162 fixes incorrect abstract service factory registration in ConfigProvideras per
    the latest documentation. In particular, it ensures that the InputFilterAbstractFactory
    is registered under the input_filters configuration instead of the
    dependencies configuration.