From 32d38f8ed23f8081ffc4b046fb2d30cc78c31987 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 14 Sep 2004 11:42:55 +0000 Subject: [PATCH] How to turn off open_basedir (bug #29856) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168569 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/safe-mode.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/features/safe-mode.xml b/features/safe-mode.xml index 7b659ef31a..a9e3bf13ff 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,5 +1,5 @@ - + Safe Mode @@ -211,6 +211,13 @@ base-directory. This is, however, a little dangerous as the working directory of the script can easily be changed with chdir. + + In httpd.conf, open_basedir can be turned off + (e.g. for some virtual hosts) + the same way as + any other configuration directive with "php_admin_value open_basedir + none". + Under Windows, separate the directories with a semicolon. On all other systems, separate the directories with a colon. As an Apache