Document runkit.superglobal option to Runkit_Sandbox

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185738 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2005-05-03 20:06:50 +00:00
parent e82a7d90ed
commit 056fe56923

View file

@ -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>