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

zend-session 2.7.4

Compare
Choose a tag to compare
@weierophinney 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's destroy() 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 match Zend\Stdlib\ArrayObject and return by reference, fixing an issue when running under PHP 7.1+.