Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit f1cd6c6

Browse files
committed
add conflict message
1 parent 62fdb09 commit f1cd6c6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/en/guide/extension-notes.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,5 @@ Snappy configuration may break features of other extensions. Use with caution. S
9393

9494
## password-argon2
9595

96-
password-argon2 is not a standard extension, it is an additional algorithm for the `password_hash` function.
96+
1. password-argon2 is not a standard extension, it is an additional algorithm for the `password_hash` function.
97+
2. On Linux systems, `password-argon2` dependency `libargon2` conflicts with the `libsodium` library.

docs/zh/guide/extension-notes.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,5 @@ Snappy 配置可能会破坏其他扩展的功能,请谨慎使用。相关链
8383

8484
## password-argon2
8585

86-
password-argon2不是一个标准的扩展,它是 `password_hash` 函数的额外算法。
86+
1. password-argon2不是一个标准的扩展,它是 `password_hash` 函数的额外算法。
87+
2. 在Linux系统,password-argon2 的依赖库 `libargon2``libsodium` 库冲突。

0 commit comments

Comments
 (0)