mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
update of dl description.
logical correction git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105654 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
97812e1027
commit
85581213e2
1 changed files with 6 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<section id="info.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -140,20 +140,17 @@
|
|||
<listitem>
|
||||
<para>
|
||||
This directive is really only useful in the Apache module
|
||||
version of PHP. You can turn dynamic loading of PHP
|
||||
extensions with <function>dl</function> on and off per
|
||||
virtual server or per directory.
|
||||
version of <literal>PHP</literal>. You can turn dynamic loading of
|
||||
<literal>PHP</literal> extensions with <function>dl</function> on and
|
||||
off per virtual server or per directory.
|
||||
</para>
|
||||
<para>
|
||||
The main reason for turning dynamic loading off is
|
||||
security. With dynamic loading, it's possible to ignore all
|
||||
the <link linkend="ini.safe-mode">safe_mode</link> and
|
||||
<link linkend="ini.open-basedir">open_basedir</link> restrictions.
|
||||
</para>
|
||||
<para>
|
||||
The default is to allow dynamic loading, except when using
|
||||
safe-mode. In safe-mode, it's always imposible to use
|
||||
<function>dl</function>.
|
||||
<link linkend="ini.safe-mode">safe_mode</link>. In safe-mode, it's
|
||||
always imposible to use <function>dl</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue