summaryrefslogtreecommitdiffstats
path: root/tests/crypt_checksalt.phpt
Commit message (Collapse)AuthorAgeFilesLines
* rename constant from XPASS_CRYPT_ to CRYPT_PREFIX_Remi Collet2024-09-131-1/+1
|
* refresh stub (using 8.4 and compat flag)Remi Collet2024-09-131-2/+9
|
* relax testRemi Collet2024-09-131-1/+2
|
* More bindings (function missing in php)Remi Collet2024-09-131-0/+12
- add crypt_gensalt(?string $salt = null, int $count = 0): ?string {} - add crypt_preferred_method(): ?string {} - add crypt_checksalt(string $salt): int {} and bump version to 1.1.0-dev (new functions)