File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 8
8
&reftitle.required;
9
9
&no.requirement;
10
10
<para >
11
- For Argon2 password hashing, <link xlink : href =" &url.libargon2; " >libargon2</link >
12
- is required, though. As of PHP 7.3.0, libargon2 version 20161029 or later is
13
- required.
11
+ For Argon2 password hashing, either
12
+ <link xlink : href =" &url.libargon2; " >libargon2</link > is required or, as of
13
+ PHP 8.4.0, OpenSSL version 3.2 or later. As of PHP 7.3.0, libargon2 version
14
+ 20161029 or later is required if libargon2 is used.
14
15
</para >
15
16
</section >
16
17
17
18
<section xml : id =" password.installation" >
18
19
&reftitle.install;
19
20
&no.install;
20
21
<para >
21
- To enable Argon2 password hashing, however, PHP must be built with libargon2
22
- support using the <option role =" configure" >--with-password-argon2</option >
23
- configure option.
22
+ However, to enable Argon2 password hashing, PHP must be built either with
23
+ libargon2 support using the
24
+ <option role =" configure" >--with-password-argon2</option > configure option
25
+ or, starting from PHP 8.4.0, with OpenSSL using
26
+ <option role =" configure" >--with-openssl</option >.
24
27
</para >
25
28
<para >
26
29
Prior to PHP 8.1.0, it was possible to specify the argon2 directory with
You can’t perform that action at this time.
0 commit comments