mirror of
https://github.com/php/php-src.git
synced 2026-03-31 20:53:00 +02: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.