This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
zend-session 2.8.6
michalbundyra
released this
11 Aug 19:29
·
75 commits
to master
since this release
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#120 fixes issue "Commands out of sync; you can't run this command now" with DbTableGateway save handler while using Mysqli adapter.
-
#106 fixes issue with Garbage collection of MongoDB save handler where maxlifetime is provided in seconds.
-
#114 fixes Validator\Id compatibility with PHP 7.1. INI setting
session.sid_bits_per_character
can be now used with PHP 7.1+ instead ofsession.hash_bits_per_character
(used with PHP versions prior to 7.1).In some very specific situations this can lead to an issue with previously generated sessions.
See issue #121. -
#118 avoid unnecessary phpinfo() call when register own save handler which is an object.