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

zend-validator 2.12.1

Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 12 Oct 12:19
· 63 commits to master since this release
release-2.12.1

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #272 changes
    curly braces in array and string offset access to square brackets
    in order to prevent issues under the upcoming PHP 7.4 release.

  • #231 fixes validation of input hashes in Zend\Validator\File\Hash validator when provided as array.
    Only string hashes are allowed. If different type is provided Zend\Validator\Exception\InvalidArgumentException is thrown.