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.