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) --- xpass.stub.php | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 xpass.stub.php (limited to 'xpass.stub.php') diff --git a/xpass.stub.php b/xpass.stub.php new file mode 100644 index 0000000..4038b41 --- /dev/null +++ b/xpass.stub.php @@ -0,0 +1,58 @@ +