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