From 056fe569231af5593f2c3d08493658626ee24c6b Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Tue, 3 May 2005 20:06:50 +0000 Subject: [PATCH] Document runkit.superglobal option to Runkit_Sandbox git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185738 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/runkit/sandbox.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/reference/runkit/sandbox.xml b/reference/runkit/sandbox.xml index b95546539a..f866b328ec 100644 --- a/reference/runkit/sandbox.xml +++ b/reference/runkit/sandbox.xml @@ -1,5 +1,5 @@ - + @@ -85,6 +85,16 @@ + + runkit.superglobal + + + 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. + + +