From c89afafcbf10e7c84500a8dc4a87996f13b5c95e Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Fri, 22 Jul 2005 19:35:26 +0000 Subject: [PATCH] Document additional directives git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191250 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/runkit/sandbox.xml | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/reference/runkit/sandbox.xml b/reference/runkit/sandbox.xml index 09ef51ac7e..e71d3fa5e6 100644 --- a/reference/runkit/sandbox.xml +++ b/reference/runkit/sandbox.xml @@ -1,5 +1,5 @@ - + @@ -49,6 +49,35 @@ + + safe_mode_gid + + + If the outer script which is instantiating the + Runkit_Sandbox class + is configured with safe_mode_gid = on, then safe_mode_gid + may be turned off for the sandbox environment. This setting can not + be used to enable safe_mode_gid when it's already + disabled in the outer script. + + + + + safe_mode_include_dir + + + If the outer script which is instantiating the + Runkit_Sandbox class + is configured with a safe_mode_include_dir, + 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. + + + open_basedir