From 7b3ae0af801e6248ba5a2ca8eb147438ff9c5ad8 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 13 Apr 2005 12:29:37 +0000 Subject: [PATCH] Empty value of safe_mode_include_dir (spotted by Michal Krause) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184269 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/safe-mode.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/features/safe-mode.xml b/features/safe-mode.xml index 4788d0f3b8..2a6aba638c 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,5 +1,5 @@ - + Safe Mode @@ -145,6 +145,12 @@ want to restrict access to only the specified directory, end with a slash. For example: "safe_mode_include_dir = /dir/incl/" + + If the value of this directive is empty, no files with different + UID/GID can be included in + PHP 4.2.3 and as of PHP 4.3.3. In earlier versions, all files could be + included. +