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 88 &reftitle.required;
99 &no.requirement;
1010 <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.
1415 </para >
1516 </section >
1617
1718 <section xml : id =" password.installation" >
1819 &reftitle.install;
1920 &no.install;
2021 <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 >.
2427 </para >
2528 <para >
2629 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