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

Commit

Permalink
Updates CHANGELOG for #114
Browse files Browse the repository at this point in the history
Adding notes about edge case issue with previously generated sessions
- issue #121.
  • Loading branch information
michalbundyra committed Sep 19, 2019
1 parent 86b275a commit dec0095
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ All notable changes to this project will be documented in this file, in reverse
can be now used with PHP 7.1+ instead of `session.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](https://github.com/zendframework/zend-session/issues/121).

- [#118](https://github.com/zendframework/zend-session/pull/118) avoid unnecessary phpinfo() call
when register own save handler which is an object.

Expand Down

0 comments on commit dec0095

Please sign in to comment.