From 85581213e26cfa6fd8c24979aed6c3353993fe54 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Mon, 25 Nov 2002 14:28:08 +0000 Subject: [PATCH] update of dl description. logical correction git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105654 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/ini.xml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/reference/info/ini.xml b/reference/info/ini.xml index 0031699b98..ab8fe89180 100644 --- a/reference/info/ini.xml +++ b/reference/info/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -140,20 +140,17 @@ This directive is really only useful in the Apache module - version of PHP. You can turn dynamic loading of PHP - extensions with dl on and off per - virtual server or per directory. + version of PHP. You can turn dynamic loading of + PHP extensions with dl on and + off per virtual server or per directory. The main reason for turning dynamic loading off is security. With dynamic loading, it's possible to ignore all - the safe_mode and open_basedir restrictions. - - The default is to allow dynamic loading, except when using - safe-mode. In safe-mode, it's always imposible to use - dl. + safe_mode. In safe-mode, it's + always imposible to use dl.