From c022ec82b634bbd16377a5bc77cfa057acf64615 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 31 Mar 2005 14:38:23 +0000 Subject: [PATCH] PHP restrictions are not valid outside PHP (bug #32421) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183262 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/safe-mode.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/features/safe-mode.xml b/features/safe-mode.xml index 283f9b8a24..4788d0f3b8 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,5 +1,5 @@ - + Safe Mode @@ -301,7 +301,7 @@ See also: register_globals, display_errors, and - log_errors + log_errors. @@ -342,7 +342,7 @@ allowed to access /etc/passwd owned by uid 0 in /docroot/script.php on line 2 If instead of safe_mode, you set an open_basedir directory then all - file operations will be limited to files under the specified directory + file operations will be limited to files under the specified directory. For example (Apache &httpd.conf; example): + + + These PHP rectrictions are not valid in executed binaries, of course. + +