diff options
author | Anthony Ferrara <ircmaxell@gmail.com> | 2015-04-09 16:01:12 -0400 |
---|---|---|
committer | Anthony Ferrara <ircmaxell@gmail.com> | 2015-04-09 16:01:12 -0400 |
commit | 858ca975c4961a8948e52578a96094a6625829ed (patch) | |
tree | ed85fc25745471a9bba6ce43fd67c0dba16cbf37 | |
parent | 94e222c14d61d8206ed1f4a9695ffc5b169bd4f4 (diff) | |
download | php-git-858ca975c4961a8948e52578a96094a6625829ed.tar.gz |
Add NEWS file for password_hash salt deprecation
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -193,6 +193,7 @@ . Fixed bug #65272 (flock() out parameter not set correctly in windows). (Daniel Lowrey) . Added preg_replace_callback_array function. (Wei Dai) + . Deprecated salt option to password_hash. (Anthony) - Streams: . Fixed bug #68532 (convert.base64-encode omits padding bytes). |