From 80fdfd87f89ddf1640b05c561cae74c6fac51472 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Aug 2024 16:16:35 +0200 Subject: requires libxcrypt >= 4.4 --- package.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package.xml') diff --git a/package.xml b/package.xml index ca7d161..0dca32d 100644 --- a/package.xml +++ b/package.xml @@ -4,8 +4,8 @@ pecl.php.net Extended password extension -This extension provides password hashing algorithms used by Linux distributions, -using extended crypt library (libxcrypt). +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 @@ -16,13 +16,13 @@ using extended crypt library (libxcrypt). remi@php.net yes - 2024-08-27 + 2024-08-28 - 1.0.0dev + 1.0.0RC1 1.0.0 - stable + beta stable PHP-3.01 -- cgit