]> granicus.if.org Git - php/commit
Fixed bug #69686 password_verify reports back error on PHP7 will null string.
authorAnthony Ferrara <ircmaxell@gmail.com>
Thu, 21 May 2015 21:12:51 +0000 (17:12 -0400)
committerAnthony Ferrara <ircmaxell@gmail.com>
Thu, 21 May 2015 21:12:51 +0000 (17:12 -0400)
commited4052f1d5309cc974b134c2b78724d727ef9349
tree38dea7a932dbf30d3693c3b0251ce7afa5ae8c2d
parent3dba00bc31eb92ef1187f6dd78f2c7bb3c003710
Fixed bug #69686 password_verify reports back error on PHP7 will null string.

The deprecation of DES salts created a warning when trying to verify them with password_hash. This bug fix adds a quiet mode to php_crypt() which is used by password_verify.
NEWS
ext/standard/crypt.c
ext/standard/password.c
ext/standard/php_crypt.h
ext/standard/tests/password/password_verify.phpt