Fix enable_dl description

`enable_dl` is certainly not useful for the Apache module version of
PHP, since `dl()` is removed from that SAPI as of PHP 5.3.0.

I'm not sure about the `&removed.php.future;` in the summary table. Is
`enable_dl` indeed deprecated and will certainly be removed in the
future, or is that out-dated info which referred to certain SAPIs?
This commit is contained in:
Christoph M. Becker 2022-05-02 18:13:25 +02:00
parent 6c7300690f
commit 6105486171
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -193,10 +193,9 @@
</term>
<listitem>
<para>
This directive is really only useful in the Apache module
version of PHP. You can turn dynamic loading of
This directive allows to turn dynamic loading of
PHP extensions with <function>dl</function> on and
off per virtual server or per directory.
off.
</para>
<para>
The main reason for turning dynamic loading off is