diff options
author | vlakoff <vlakoff@gmail.com> | 2013-08-12 01:36:39 +0200 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2013-08-12 01:36:39 +0200 |
commit | e8e56d7be01177b3f6c2be5a3c43d21e4a472558 (patch) | |
tree | 6f748f3139c67c4db07e023b8a4ed2eca7e4502a /user_guide_src/source/changelog.rst | |
parent | 441fd264267ac526730d06183bd3cfebfd26df01 (diff) |
Improve changelog entry
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 ba104bb72..84989189d 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -388,7 +388,7 @@ Release Date: Not Released - Changed method ``valid_ip()`` to use PHP's native ``filter_var()`` function. - Changed internal method ``_sanitize_globals()`` to skip enforcing reversal of *register_globals* in PHP 5.4+, where this functionality no longer exists. - Changed methods ``get()``, ``post()``, ``get_post()``, ``cookie()``, ``server()``, ``user_agent()`` to return NULL instead of FALSE when no value is found. - - Changed method ``get_post()`` to check in GET then in POST. Added method ``post_get()`` which checks in POST then in GET, as ``get_post()`` was doing before. + - Added method ``post_get()`` and changed ``get_post()`` to search in GET data first. Both methods' names now properly match their GET/POST data search priorities. - Changed method ``_fetch_from_array()`` to parse array notation in field name. - :doc:`Common functions <general/common_functions>` changes include: |