From 584a1d29a06b6a89873d547039f809c13ccfc392 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Aug 2024 15:15:52 +0200 Subject: add pecl stuff --- .gitignore | 1 + CREDITS | 2 ++ bench.php | 37 ++++++++++++++++++++++++++++++++++++ package.xml | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 103 insertions(+) create mode 100644 CREDITS create mode 100644 bench.php create mode 100644 package.xml diff --git a/.gitignore b/.gitignore index 648b2b2..d7cc116 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ tests/**/*.sh tests/**/*.db tests/**/*.mem tmp-php.ini +xpass-*.tgz diff --git a/CREDITS b/CREDITS new file mode 100644 index 0000000..e66dcfc --- /dev/null +++ b/CREDITS @@ -0,0 +1,2 @@ +xpass +Remi Collet diff --git a/bench.php b/bench.php new file mode 100644 index 0000000..a5bc09b --- /dev/null +++ b/bench.php @@ -0,0 +1,37 @@ + + + xpass + pecl.php.net + Extended password extension + +This extension provides password hashing algorithms used by Linux distributions, +using extended crypt library (libxcrypt). + +* sha512 provided for legacy as used on some old distributions +* yescrypt used on modern distributions + + + Remi Collet + remi + remi@php.net + yes + + 2024-08-27 + + 1.0.0dev + 1.0.0 + + + stable + stable + + PHP-3.01 + +- first release + + + + + + + + + + + + + + + + + + + + + + 8.0.0 + + + 1.10.0 + + + + xpass + + + + -- cgit