diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-19 09:34:08 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-19 09:34:08 +0100 |
commit | 75800f0bd69e8a72bb5a6c719a66569ba6be730f (patch) | |
tree | 2b4a512b37654d5efcdb0d61a8ff43d21ee9fea4 /README.md | |
parent | 0b684e5be64069710ab5cd606f4f79e06e4c7363 (diff) |
add link to doc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ It also provides additional functions from libxcrypt missing in core PHP: * `crypt_gensalt`: encode settings for passphrase hashing * `crypt_checksalt`: validate a crypt setting string -See the Linux man pages. +See the Linux man pages or [PHP Documentation](https://www.php.net/xpass) **Computation time** |