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

zend-session 2.8.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 28 Nov 19:58
· 176 commits to master since this release

Added

  • #92 adds PHP 7.2 support.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #57 and #93 provide a fix for when data found in the session is a Traversable; such data is now cast to an array before merging with new data.