diff options
author | Andrey Andreev <narf@devilix.net> | 2014-02-05 11:46:36 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-02-05 11:46:36 +0100 |
commit | 86f46f4628f63ef63d28de78da0d8d73013d5a8c (patch) | |
tree | aa85ab0d40fdc0ff771aae37ab957b8704058b48 /user_guide_src/source/changelog.rst | |
parent | 4a2918a33c756ac7cc9defc2e6acd371e4412af6 (diff) | |
parent | aaa8ddb5a48af8f37cf1015a7768957cce41acd3 (diff) |
Merge branch 'develop' into feature/encryption
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 5f45f428d..962c174a9 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -452,7 +452,7 @@ Release Date: Not Released - Changed ``_exception_handler()`` to respect php.ini *display_errors* setting. - Added function :php:func:`is_https()` to check if a secure connection is used. - Added function :php:func:`is_cli()` to replace the ``CI_Input::is_cli_request()`` method. - - Added function :php:func:`function_usable()` to check if a function exists and is not disabled by `Suhosin <http://www.hardened-php.net/suhosin/>`. + - Added function :php:func:`function_usable()` to work around a bug in `Suhosin <http://www.hardened-php.net/suhosin/>`. - Removed the third (`$php_error`) from function :php:func:`log_message()`. - :doc:`Output Library <libraries/output>` changes include: |