Fix #1566: crypt(): --with-external-libcrypt undocumented

This commit is contained in:
Christoph M. Becker 2022-05-23 16:08:59 +02:00
parent 3d9dad29c7
commit 36a894a627
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -12,6 +12,10 @@
<section xml:id="strings.installation">
&reftitle.install;
&no.install;
<simpara>
As of PHP 8.1.0, <function>crypt</function> can be built against a system crypt library
by specifying the <option role="configure">--with-external-libcrypt</option> configure option.
</simpara>
</section>
<section xml:id="strings.configuration">