mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
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.