summaryrefslogtreecommitdiffstats
path: root/xpass.stub.php
Commit message (Collapse)AuthorAgeFilesLines
* rename constant from XPASS_CRYPT_ to CRYPT_PREFIX_Remi Collet7 days1-12/+10
|
* refresh stub (using 8.4 and compat flag)Remi Collet7 days1-1/+4
|
* refreshRemi Collet7 days1-0/+1
|
* More bindings (function missing in php)Remi Collet7 days1-0/+58
- 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)