mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
e82a7d90ed
commit
056fe56923
1 changed files with 11 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue