mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document additional directives
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191250 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e078007680
commit
c89afafcbf
1 changed files with 30 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="runkit.sandbox">
|
||||
<refnamediv>
|
||||
|
@ -49,6 +49,35 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>safe_mode_gid</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
If the outer script which is instantiating the
|
||||
<classname>Runkit_Sandbox</classname> class
|
||||
is configured with <literal>safe_mode_gid = on</literal>, then safe_mode_gid
|
||||
may be turned off for the sandbox environment. This setting can not
|
||||
be used to enable <literal>safe_mode_gid</literal> when it's already
|
||||
disabled in the outer script.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>safe_mode_include_dir</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
If the outer script which is instantiating the
|
||||
<classname>Runkit_Sandbox</classname> class
|
||||
is configured with a <literal>safe_mode_include_dir</literal>,
|
||||
then a new safe_mode_include_dir may be set for sandbox environments
|
||||
below the currently defined value. safe_mode_include_dir may also be
|
||||
cleared to indicate that the bypass feature is disabled.
|
||||
If safe_mode_include_dir was blank in the outer script, but safe_mode
|
||||
was not enabled, then any arbitrary safe_mode_include_dir may be set
|
||||
while turning safe_mode on.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>open_basedir</parameter></term>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue