Skip to content

Commit 2417d61

Browse files
authored
password: add missing required options to enable argon2 support in PHP 8.4+ (#4629)
1 parent 1c3a0a0 commit 2417d61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reference/password/setup.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
libargon2 support using the
2424
<option role="configure">--with-password-argon2</option> configure option
2525
or, starting from PHP 8.4.0, with OpenSSL using
26-
<option role="configure">--with-openssl</option>.
26+
<option role="configure">--with-openssl</option> and
27+
<option role="configure">--with-openssl-argon2</option>.
2728
</para>
2829
<para>
2930
Prior to PHP 8.1.0, it was possible to specify the argon2 directory with

0 commit comments

Comments
 (0)