reference/password/setup.xml
2ae2df906e1172b11e1963086d0ef4f5baedac2a
...
...
@@ -18,10 +18,14 @@
18
18
&reftitle.install;
19
19
&no.install;
20
20
<para>
21
-
To enable Argon2 password hashing, however, PHP must be build with libargon2
22
-
support using the <option role="configure">--with-password-argon2[=DIR]</option>
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
23
configure option.
24
24
</para>
25
+
<para>
26
+
Prior to PHP 8.1.0, it was possible to specify the argon2 directory with
27
+
<option role="configure">--with-password-argon2[=DIR]</option>.
28
+
</para>
25
29
</section>
26
30

27
31
<section xml:id="password.configuration">
28
32