use of safemode entity

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116945 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2003-02-18 16:24:56 +00:00
parent a94762a148
commit 7af28d347a
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.29 -->
<refentry id="function.dl">
<refnamediv>
@ -25,7 +25,7 @@
<para>
&return.success; If the functionality of loading modules is not available
(see Note) or has been disabled (either by turning it off
<literal>enable_dl</literal> or by enabling <literal>safe_mode</literal>
<literal>enable_dl</literal> or by enabling &safemode;
in &php.ini;) an <constant>E_ERROR</constant> is emitted
and execution is stopped. If <function>dl</function> fails because the
specified library couldn't be loaded, in addition to &false; an

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<section id="info.configuration">
&reftitle.runtime;
&extension.runtime;
@ -149,8 +149,8 @@
security. With dynamic loading, it's possible to ignore all
<link linkend="ini.open-basedir">open_basedir</link> restrictions.
The default is to allow dynamic loading, except when using
<link linkend="ini.safe-mode">safe_mode</link>. In safe-mode, it's
always imposible to use <function>dl</function>.
&safemode;. In &safemode;, it's
always impossible to use <function>dl</function>.
</para>
</listitem>
</varlistentry>