diff options
author | Andrey Andreev <narf@devilix.net> | 2015-12-12 13:07:39 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-12-12 13:07:39 +0100 |
commit | af849696d43f5c3b68962af1ae5096151a6d9f1a (patch) | |
tree | 51a19ef414c953ebe819ded5210e2ac494cb6aa1 /user_guide_src/source | |
parent | e705f8e71a80e7740fe6d87f9e01afebc40cd375 (diff) |
[ci skip] Proper error handling for Sessions on PHP 5
This was actually a PHP bug, see https://wiki.php.net/rfc/session.user.return-value
Also related: #4039
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 f4e51588a..caa4455d8 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -25,6 +25,7 @@ Bug fixes for 3.0.4 - Fixed a bug (#4283) - :doc:`String Helper <helpers/string_helper>` function :php:func:`alternator()` couldn't be called without arguments. - Fixed a bug (#4306) - :doc:`Database <database/index>` method ``version()`` didn't work properly with the 'mssql' driver. - Fixed a bug (#4039) - :doc:`Session Library <libraries/sessions>` could generate multiple (redundant) warnings in case of a read failure with the 'files' driver, due to a bug in PHP. +- Fixed a bug where :doc:`Session Library <libraries/sessions>` didn't have proper error handling on PHP 5 (due to a PHP bug). Version 3.0.3 ============= |