mirror of
https://github.com/php/php-src.git
synced 2026-04-04 14:42:49 +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.