pollita         Tue May  3 16:06:52 2005 EDT

  Modified files:              
    /phpdoc/en/reference/runkit sandbox.xml 
  Log:
  Document runkit.superglobal option to Runkit_Sandbox
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/runkit/sandbox.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/runkit/sandbox.xml
diff -u phpdoc/en/reference/runkit/sandbox.xml:1.4 
phpdoc/en/reference/runkit/sandbox.xml:1.5
--- phpdoc/en/reference/runkit/sandbox.xml:1.4  Mon May  2 17:28:18 2005
+++ phpdoc/en/reference/runkit/sandbox.xml      Tue May  3 16:06:50 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="runkit.sandbox">
  <refnamediv>
@@ -85,6 +85,16 @@
       </para>
      </listitem>
     </varlistentry>
+    <varlistentry>
+     <term><parameter>runkit.superglobal</parameter></term>
+     <listitem>
+      <para>
+       Comma separated list of variables to be treated as superglobals within 
the
+       sandbox sub-interpreter.  These variables will be used in addition to 
any
+       variables defined internally or through the global runkit.superglobal 
setting.
+      </para>
+     </listitem>
+    </varlistentry>
    </variablelist>
   </para>
 

Reply via email to