File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ Notices: these can be fast, don't expect improved security level.
99
1010It also provides additional functions from libxcrypt missing in core PHP:
1111
12- * crypt_preferred_method: get the prefix of the preferred hash method
13- * crypt_gensalt: encode settings for passphrase hashing
14- * crypt_checksalt: validate a crypt setting string
12+ * ` crypt_preferred_method ` : get the prefix of the preferred hash method
13+ * ` crypt_gensalt ` : encode settings for passphrase hashing
14+ * ` crypt_checksalt ` : validate a crypt setting string
1515
1616See the Linux man pages.
1717
@@ -35,7 +35,7 @@ See the Linux man pages.
3535
3636Compatible with PHP 8.0 or greater.
3737
38- You need the Extended crypt library development files (libxcrypt-devel)
38+ You need the Extended crypt library development files (libxcrypt-devel, libcrypt-dev )
3939version 4.4 or greater.
4040
4141From the sources tree
You can’t perform that action at this time.
0 commit comments