mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
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:
parent
6c7300690f
commit
6105486171
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue