diff options
author | Andrey Andreev <narf@devilix.net> | 2014-05-09 10:23:08 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-05-09 10:23:08 +0200 |
commit | a5621b8965ebcec213d3a5b07500cfcc3a730ada (patch) | |
tree | 476bc1a085cae07974ced3c7c512118a6c65f275 /user_guide_src/source/changelog.rst | |
parent | 08ae84f82c9e83d5a7630d0adb621d5d638d6089 (diff) |
Add hash_equals() to ext/hash compat layer
Introduced in PHP 5.6 Beta 1 (unfortunately, still undocumented).
RFC: https://wiki.php.net/rfc/timing_attack
(Yes, I am aware that the RFC talks about hash_compare(), the function was later renamed in the implementation.)
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 edf0a497b..db8f7d277 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -525,7 +525,7 @@ Release Date: Not Released - Added `compatibility layers <general/compatibility_functions>` for: - `Multibyte String <http://php.net/mbstring>`_ (limited support). - - `Hash <http://php.net/hash>`_ (just ``hash_pbkdf2()``). + - `Hash <http://php.net/hash>`_ (``hash_equals()``, ``hash_pbkdf2()``). - `Password Hashing <http://php.net/password>`_. - `Array Functions <http://php.net/book.array>`_ (``array_column()``, ``array_replace()``, ``array_replace_recursive()``). |