summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--package.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 32be2bd..94bca11 100644
--- a/README.md
+++ b/README.md
@@ -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**
diff --git a/package.xml b/package.xml
index 1a90f12..cd7789b 100644
--- a/package.xml
+++ b/package.xml
@@ -15,6 +15,8 @@ It also provides additional functions from libxcrypt missing in core PHP:
* crypt_preferred_method
* crypt_gensalt
* crypt_checksalt
+
+See PHP documentation on https://www.php.net/xpass
</description>
<lead>
<name>Remi Collet</name>