pollita         Fri Jul 22 15:35:26 2005 EDT

  Modified files:              
    /phpdoc/en/reference/runkit sandbox.xml 
  Log:
  Document additional directives
  
http://cvs.php.net/diff.php/phpdoc/en/reference/runkit/sandbox.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/runkit/sandbox.xml
diff -u phpdoc/en/reference/runkit/sandbox.xml:1.11 
phpdoc/en/reference/runkit/sandbox.xml:1.12
--- phpdoc/en/reference/runkit/sandbox.xml:1.11 Tue Jun 14 21:16:16 2005
+++ phpdoc/en/reference/runkit/sandbox.xml      Fri Jul 22 15:35:26 2005
@@ -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>
@@ -50,6 +50,35 @@
      </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>
       <para>

Reply via email to