diff options
author | Andrey Andreev <narf@devilix.net> | 2013-09-12 19:13:07 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-09-12 19:13:07 +0200 |
commit | 9b34448a295cac42273439e7cadb284bd3fe1a4d (patch) | |
tree | fb4a5a3006c095551c62ee2219f490876a0ec7a3 /user_guide_src/source/changelog.rst | |
parent | cf4cbaf121e9a9897ee899d91b10cd2c2668a311 (diff) |
[ci skip] Simplify changelog message for PR #2633
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index c99afc112..69f88a8a8 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -436,7 +436,7 @@ Release Date: Not Released - Added support for HTTP-Only cookies with new config option *cookie_httponly* (default FALSE). - Renamed method ``_call_hook()`` to ``call_hook()`` in the :doc:`Hooks Library <general/hooks>`. - ``$config['time_reference']`` now supports all timezone strings supported by PHP. - - Made the exception handler complete by registering a shutdown handler to redirect critical events such as PHP parse errors to it, so that they can be displayed and logged without the help of the standard PHP error handler. + - Fatal PHP errors are now also passed to ``_exception_handler()``, so they can be logged. Bug fixes for 3.0 |