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
This commit is contained in:
Jakub Vrana 2004-09-18 19:49:57 +00:00
parent b7f0fa3777
commit 9407339658

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.56 $ -->
<!-- $Revision: 1.57 $ -->
<chapter id="features.safe-mode">
<title>Safe Mode</title>
@ -295,7 +295,7 @@
<para>
When <link linkend="ini.safe-mode">safe_mode</link> 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:
<programlisting role="ls">
<![CDATA[
-rw-rw-r-- 1 rasmus rasmus 33 Jul 1 19:20 script.php