From c3aa0575f206bfd7d21467e6ea565e8c13eb2b02 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Sep 2024 16:07:58 +0200 Subject: wording --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b2ecb5..e632a41 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Notices: these can be fast, don't expect improved security level. It also provides additional functions from libxcrypt missing in core PHP: -* crypt_preferred_method: get the prefix of the preferred hash method -* crypt_gensalt: encode settings for passphrase hashing -* crypt_checksalt: validate a crypt setting string +* `crypt_preferred_method`: get the prefix of the preferred hash method +* `crypt_gensalt`: encode settings for passphrase hashing +* `crypt_checksalt`: validate a crypt setting string See the Linux man pages. @@ -35,7 +35,7 @@ See the Linux man pages. Compatible with PHP 8.0 or greater. -You need the Extended crypt library development files (libxcrypt-devel) +You need the Extended crypt library development files (libxcrypt-devel, libcrypt-dev) version 4.4 or greater. From the sources tree -- cgit