The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
- Test against Array Adapter 2 and 3.
- Allow installing with
psr/simple-cache2 or 3.
- Require PHP 8.2 or later.
- Require
psr/cache3 andpsr/simple-cache3. - Add native parameter and return types required by the PSR interfaces and PHP session handlers.
- Require a backend-neutral
SessionLockInterfacewhen constructing either session handler. - Hold an acquired session lock until
close()ordestroy(), including writes and timestamp updates. - Switch locks before writing a regenerated session ID.
- Release acquired locks when cache operations throw exceptions.
- Return
falsefrom PSR-6 timestamp updates when the session no longer exists.
- Support for PHP 8.1
- Drop support for PHP < 7.4
- Allow psr/cache: ^1.0 || ^2.0
- Support for PHP 8
- New PSR-16 SessionHandler
- Implemented PHP 7.0's
SessionUpdateTimestampHandlerInterfacewith a newAbstractSessionHandlerbase class
- No changes since 0.2.1
- Typos, documentation and general package improvements.
- No changelog before this version