diff options
author | Andrey Andreev <narf@devilix.net> | 2016-03-11 17:12:57 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-03-11 17:12:57 +0100 |
commit | 1be8987176ad422ae6bc8af5c8f148eba9b5dff1 (patch) | |
tree | 66dc8c484270427a1c0972b8fa0dbc9790c61c71 /user_guide_src/source/changelog.rst | |
parent | f56068bfd34e3ebc1325b049bf33901d855c7321 (diff) |
Fix a number of CI_Cache bugs
Fixes #4277
Supersedes #4474
Really fixes #4066
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 888ae5f82..52e8d13d6 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -44,6 +44,8 @@ Bug fixes for 3.0.5 - Fixed a bug where :doc:`Database <database/index>` transactions didn't work with the 'ibase' driver. - Fixed a bug (#4475) - :doc:`Security Library <libraries/security>` method ``strip_image_tags()`` preserves only the first URL character from non-quoted *src* attributes. - Fixed a bug where :doc:`Profiler Library <general/profiling>` didn't apply ``htmlspecialchars()`` to all displayed inputs. +- Fixed a bug (#4277) - :doc:`Cache Library <libraries/caching>` triggered fatal errors if accessing the Memcache(d) and/or Redis driver and they are not available on the system. +- Fixed a bug where :doc:`Cache Library <libraries/caching>` method ``is_supported()`` logged an error message on when it returns ``FALSE`` for the APC and Wincache drivers. Version 3.0.4 ============= |