From ef4627a6a618b460cbbea109e3e0522c891be72c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Sep 2024 10:13:12 +0200 Subject: More bindings (function missing in php) - 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) --- package.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'package.xml') diff --git a/package.xml b/package.xml index 4b0cafa..b47f016 100644 --- a/package.xml +++ b/package.xml @@ -18,8 +18,8 @@ distributions, using extended crypt library (libxcrypt): 2024-09-09 - 1.0.1dev - 1.0.0 + 1.1.0dev + 1.1.0 stable @@ -27,7 +27,9 @@ distributions, using extended crypt library (libxcrypt): PHP-3.01 -- +- add crypt_gensalt(?string $salt = null, int $count = 0): ?string {} +- add crypt_preferred_method(): ?string {} +- add crypt_checksalt(string $salt): int {} @@ -35,11 +37,18 @@ distributions, using extended crypt library (libxcrypt): + + + + + + + -- cgit