This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
zend-session 2.6.0
weierophinney
released this
23 Feb 14:22
·
412 commits
to master
since this release
Added
- #29 adds two new classes:
Zend\Session\Validator\ValidatorChainEM2
andValidatorChainEM3
. Due to differences in theEventManagerInterface::attach()
method between zend-eventmanager v2 and v3, and the fact thatValidatorChain
overrides that method, we now need an implementation targeting each major version. To provide a consistent use case, we use a polyfill that aliases the appropriate version to theZend\Session\ValidatorChain
class.
Deprecated
- Nothing.
Removed
- Nothing.