mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
b7f0fa3777
commit
9407339658
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue