From 6105486171f4d6dc87110b7e351492b924259a6f Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 2 May 2022 18:13:25 +0200 Subject: [PATCH] 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? --- reference/info/ini.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reference/info/ini.xml b/reference/info/ini.xml index 96ae1d2304..aabc1cbac1 100644 --- a/reference/info/ini.xml +++ b/reference/info/ini.xml @@ -193,10 +193,9 @@ - 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 dl on and - off per virtual server or per directory. + off. The main reason for turning dynamic loading off is