------ v2.3.0 ------ [jan] Fix tests with PHP 7.2. [jan] Fix compatibility with PHP 7.2 (PR #2). [jan] Implement destroy() for builtin session handler. ------ v2.2.9 ------ [jan] Fix MongoDB backend with mongodb extension. [jan] Fix returning session ID when using a PostgreSQL backend. ------ v2.2.8 ------ [jan] Fix tests for PHP 7.1. [jan] Add Mongo test. [jan] Run Memcache tests on PHP 7 too. ------ v2.2.7 ------ [jan] Mark PHP 7 as supported. ------ v2.2.6 ------ [jan] Fix updating large files in Oracle backends. [jan] Fix writing big session data to Oracle (Bug #14175). ------ v2.2.5 ------ [jan] Catch possible exceptions in shutdown methods. [jan] Test environment improvements. ------ v2.2.4 ------ [mms] More efficient reading of session data from filesystem in file driver. ------ v2.2.3 ------ [mms] Fix session ID tracking for the Hashtable driver. ------ v2.2.2 ------ [mms] Fix rare race condition when creating file-based session data for the first time (Thomas Jarosch