summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-02-26 18:04:52 +0100
committerAndrey Andreev <narf@devilix.net>2015-02-26 18:04:52 +0100
commit23824b85d2e51f1f7930631bd84143ff9c078b50 (patch)
tree0b3c9b86ed80589fe01b6f9eb57e1ffa45eef374 /user_guide_src/source/changelog.rst
parentdb20caad0c7a25152264033fbded3827ed5f72b1 (diff)
parent1e35792cc2d231cba11c2faefd71717ab67a46d2 (diff)
Merge pull request #3604 from Ignasimg/patch-1
Add support for raw_input_stream
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index b1c506715..42eed8034 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -493,6 +493,7 @@ 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 property ``$raw_input_stream`` to access **php://input** data.
- :doc:`Common functions <general/common_functions>` changes include: