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 --- package.xml | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 package.xml (limited to 'package.xml') diff --git a/package.xml b/package.xml new file mode 100644 index 0000000..ca7d161 --- /dev/null +++ b/package.xml @@ -0,0 +1,63 @@ + + + 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