diff options
author | Andrey Andreev <narf@devilix.net> | 2022-01-05 11:54:45 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2022-01-05 11:54:45 +0100 |
commit | 9b7541e04c4976f3cd0366b1866a4c71f3e3bb5f (patch) | |
tree | 31609f24a79eefee8b9abb2865e8d34e6d1fc77a /user_guide_src/source | |
parent | 50df2e78ec0e2b9e66f5aab8aa5f6f4de0cc0d3b (diff) |
PHP 8.1 compatibility for sessions (ref #6078)
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 812016050..d00a482a5 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -16,6 +16,7 @@ Release Date: Not Released - Added method :doc:`Database Library <database/index>` method ``trans_active()`` to expose transaction state. - Updated :doc:`Database Library <database/index>` 'pdo' driver to attempt to free resources in order to allow connections to be closed. - Added ``SameSite=Strict`` attribute to the CSRF cookie sent by the :doc:`Security Class <libraries/security>`. + - Added a wrapper class around :doc:`Session <libraries/sessions>` drivers to deal with compatibility between PHP 8.1 and older versions. Bug fixes for 3.1.12 ==================== |