Skip to content

Commit 75800f0

Browse files
committed
add link to doc
1 parent 0b684e5 commit 75800f0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It also provides additional functions from libxcrypt missing in core PHP:
1313
* `crypt_gensalt`: encode settings for passphrase hashing
1414
* `crypt_checksalt`: validate a crypt setting string
1515

16-
See the Linux man pages.
16+
See the Linux man pages or [PHP Documentation](https://www.php.net/xpass)
1717

1818
**Computation time**
1919

package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ It also provides additional functions from libxcrypt missing in core PHP:
1515
* crypt_preferred_method
1616
* crypt_gensalt
1717
* crypt_checksalt
18+
19+
See PHP documentation on https://www.php.net/xpass
1820
</description>
1921
<lead>
2022
<name>Remi Collet</name>

0 commit comments

Comments
 (0)