diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-13 16:07:58 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-13 16:07:58 +0200 |
commit | c3aa0575f206bfd7d21467e6ea565e8c13eb2b02 (patch) | |
tree | 7e090f511ba4d68aa883bc67c41f0fa04e61cd63 /README.md | |
parent | 0fa41045544761a863e44ee88c962bd78fd99eab (diff) |
wording
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |