diff options
author | Andrey Andreev <narf@devilix.net> | 2019-09-18 13:53:27 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2019-09-18 13:53:27 +0200 |
commit | e276754f3819447bfa59b2106aed104aba612bdb (patch) | |
tree | 767fdd54a5e96388b442bf6a7572588ed81fae56 /user_guide_src | |
parent | 9359c3168482ef099dbdb1ce4e67cc3baf07057b (diff) |
[ci skip] Update Cache library Redis driver to work with phpRedis 5, similarly to PR #5816 (also add changelog entry)
Diffstat (limited to 'user_guide_src')
-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 4db7ad538..89b68e118 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -12,6 +12,7 @@ Release Date: Not Released - Changed ``CI_Log`` to append ``PHP_EOL`` instead of ``\n`` at the end of log messages. - Improved performance in :doc:`Cache Library <libraries/caching>` 'redis' driver with non-scalar variables. - Altered the :doc:`Session Library <libraries/session>` 'files' driver to log error and trigger a session start failure instead of throwing an ``Exception`` in case of unusable ``$config['sess_save_path']``. + - Updated the :doc:`Session <libraries/session>` and :doc:`Cache <libraries/caching>` libraries' 'redis' driver to work with phpRedis 5. Bug fixes for 3.1.11 ==================== |