From 94073396588f05c8c2d07afa2eabc1e4d0531c9e Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sat, 18 Sep 2004 19:49:57 +0000 Subject: [PATCH] Owner of file OR directory is checked (bug #29126) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168759 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/safe-mode.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/safe-mode.xml b/features/safe-mode.xml index a9e3bf13ff..7ab6a61f9c 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,5 +1,5 @@ - + Safe Mode @@ -295,7 +295,7 @@ When safe_mode is on, PHP checks to see if the owner of the current script matches the owner of the file to be - operated on by a file function. For example: + operated on by a file function or its directory. For example: