diff options
author | Andrey Andreev <narf@devilix.net> | 2016-10-11 15:00:57 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-10-11 15:00:57 +0200 |
commit | f2f6d8a70ca35930da798c1e2da134c810a17158 (patch) | |
tree | 76b16600e9430f134aa907f26a4096d4e0833163 /user_guide_src/source/changelog.rst | |
parent | 5e22caa8d00165a63999cd828739f71758fba4e2 (diff) |
[ci skip] Add new HTTP status codes
https://tools.ietf.org/html/rfc2817
https://tools.ietf.org/html/rfc6585
Requested in #4835
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 07815e851..019adad91 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -10,7 +10,10 @@ Release Date: Not Released - General Changes - Added ``E_PARSE`` to the list of error levels detected by the shutdown handler. - - Updated :doc:`Inflector Helper <helpers/inflector_helper>` function ``is_countable()`` with more words. + - Updated :doc:`Inflector Helper <helpers/inflector_helper>` :php:func:`is_countable()` with more words. + - Updated :doc:`common function <general/common_functions>` :php:func:`set_status_header()` with new status codes from IETF RFCs + `2817 https://tools.ietf.org/html/rfc2817>`_ (426) + and `6585 <https://tools.ietf.org/html/rfc6585>`_ (428, 429, 431, 511). Bug fixes for 3.1.1 ------------------- @@ -40,7 +43,7 @@ Release Date: July 26, 2016 - **Security** - Fixed an SQL injection in the 'odbc' database driver. - - Updated :php:func:`set_realpath()` :doc:`Path Helpr <helpers/path_helper>` function to filter-out ``php://`` wrapper inputs. + - Updated :php:func:`set_realpath()` :doc:`Path Helper <helpers/path_helper>` function to filter-out ``php://`` wrapper inputs. - Officially dropped any kind of support for PHP 5.2.x and anything under 5.3.7. - General Changes |