It's misleading because even with this option the Hash extension is still required due to usage of hash_hmac(), it's just to allow this class to work on pre-5.5 PHP that had hash_hmac() but not hash_pbkdf(). Since we require 7.0, this option doesn't do anything anymore. Change-Id: Ib60ab9377b44d78b7147c6139b07dc5467da007c |
||
|---|---|---|
| .. | ||
| BcryptPasswordTest.php | ||
| EncryptedPasswordTest.php | ||
| LayeredParameterizedPasswordTest.php | ||
| MWOldPasswordTest.php | ||
| MWSaltedPasswordTest.php | ||
| PasswordFactoryTest.php | ||
| PasswordPolicyChecksTest.php | ||
| PasswordTest.php | ||
| PasswordTestCase.php | ||
| Pbkdf2PasswordFallbackTest.php | ||
| Pbkdf2PasswordTest.php | ||
| UserPasswordPolicyTest.php | ||