This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
zend-session 2.8.0
weierophinney
released this
19 Jun 21:34
·
233 commits
to master
since this release
Added
- #78 adds support for PHP 7.1, and specifically the following options:
session.sid_length
session.sid_bits_per_character
Changed
-
#73 modifies the
SessionManagerFactory
to take into account the$requestedName
; if the$requestedName
is the name of a class that implementsManagerInterface
, that class will be instantiated instead ofSessionManager
, but using the same arguments ($config, $storage, $savehandler, $validators, $options
). -
#78 updates the
SessionConfig
class to emit deprecation notices under PHP 7.1+ when a user attempts to set INI options no longer supported by PHP 7.1+, including:session.entropy_file
session.entropy_length
session.hash_function
session.hash_bits_per_character
Deprecated
- Nothing.
Removed
Fixed
- Nothing.