From ff69bf2c108dae658033532767a04b5ca732fb9e Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 20 Aug 2007 13:35:08 +0000 Subject: [PATCH] Non-existing files are not resolved in open_basedir (bug #34680) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241644 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/safe-mode.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/features/safe-mode.xml b/features/safe-mode.xml index f8021d9de9..8a8d8c1956 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,6 +1,6 @@ - - + + Safe Mode @@ -225,7 +225,9 @@ the location of the file is checked. When the file is outside the specified directory-tree, PHP will refuse to open it. All symbolic links are resolved, so it's not possible to avoid this restriction - with a symlink. + with a symlink. If the file doesn't exist then the symlink couldn't be + resolved and the filename is compared to (a resolved) + open_basedir. The special value .