This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
zend-session 2.7.4
weierophinney
released this
19 Jun 15:25
·
274 commits
to master
since this release
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #66 fixes how the
Cache
save handler'sdestroy()
method works, ensuring it does not attempt to remove an item by$id
if it does not already exist in the cache. - #79 updates the signature of
AbstractContainer::offsetGet()
to matchZend\Stdlib\ArrayObject
and return by reference, fixing an issue when running under PHP 7.1+.