From 7af28d347ad583d9f36bad30faccf1d98746d35a Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Tue, 18 Feb 2003 16:24:56 +0000 Subject: [PATCH] use of safemode entity git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116945 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/dl.xml | 4 ++-- reference/info/ini.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/info/functions/dl.xml b/reference/info/functions/dl.xml index c27a859ae8..7c642490e8 100644 --- a/reference/info/functions/dl.xml +++ b/reference/info/functions/dl.xml @@ -1,5 +1,5 @@ - + @@ -25,7 +25,7 @@ &return.success; If the functionality of loading modules is not available (see Note) or has been disabled (either by turning it off - enable_dl or by enabling safe_mode + enable_dl or by enabling &safemode; in &php.ini;) an E_ERROR is emitted and execution is stopped. If dl fails because the specified library couldn't be loaded, in addition to &false; an diff --git a/reference/info/ini.xml b/reference/info/ini.xml index ab8fe89180..e847b14810 100644 --- a/reference/info/ini.xml +++ b/reference/info/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -149,8 +149,8 @@ security. With dynamic loading, it's possible to ignore all 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. + &safemode;. In &safemode;, it's + always impossible to use dl.