diff options
author | Ignasimg <ignasimg@gmail.com> | 2015-02-20 17:56:55 +0100 |
---|---|---|
committer | Ignasimg <ignasimg@gmail.com> | 2015-02-20 17:56:55 +0100 |
commit | 0b5569f11b9eab01e3b1571eb6012308a3868f01 (patch) | |
tree | 6d2e600889e80198c8f50c7db861ee5100db4902 /user_guide_src/source/changelog.rst | |
parent | a8c964c5a1d48d9a70ed5826a086e9eba9963cc9 (diff) |
Added support for raw_input_stream property.
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 5c5cd5e54..311aec20b 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -492,6 +492,8 @@ Release Date: Not Released - Added an option for ``_clean_input_keys()`` to return FALSE instead of terminating the whole script. - Deprecated the ``is_cli_request()`` method, it is now an alias for the new :php:func:`is_cli()` common function. - Added an ``$xss_clean`` parameter to method ``user_agent()`` and removed the ``$user_agent`` property. + - Added gettable property ``raw_input_stream`` to access the **php://input** data. + - Changed method ``input_stream()`` to obtain the data from ``raw_input_stream`` property. - :doc:`Common functions <general/common_functions>` changes include: |