[DOC-CVS] [doc-en] master: password: add missing required options to enable argon2 support in PHP 8.4+ (#4629)
[email protected] (nsfisis via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: nsfisis (nsfisis)
Committer: GitHub (web-flow)
Pusher: TimWolla
Date: 2025-04-23T23:33:03+02:00
Commit: https://github.com/php/doc-en/commit/2417d61a29a32b4d495e0df7c25c026e0035a428
Raw diff: https://github.com/php/doc-en/commit/2417d61a29a32b4d495e0df7c25c026e0035a428.diff
password: add missing required options to enable argon2 support in PHP 8.4+ (#4629)
Changed paths:
M reference/password/setup.xml
Diff:
diff --git a/reference/password/setup.xml b/reference/password/setup.xml
index a85ab12842a9..55659f4b8c2f 100644
--- a/reference/password/setup.xml
+++ b/reference/password/setup.xml
@@ -23,7 +23,8 @@
libargon2 support using the
<option role="configure">--with-password-argon2</option> configure option
or, starting from PHP 8.4.0, with OpenSSL using
- <option role="configure">--with-openssl</option>.
+ <option role="configure">--with-openssl</option> and
+ <option role="configure">--with-openssl-argon2</option>.
</para>
<para>
Prior to PHP 8.1.0, it was possible to specify the argon2 directory with