summaryrefslogtreecommitdiffstats
path: root/tests/crypt_preferred_method.phpt
Commit message (Collapse)AuthorAgeFilesLines
* More bindings (function missing in php)Remi Collet7 days1-0/+9
- 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)