vrana           Sat Sep 18 15:49:58 2004 EDT

  Modified files:              
    /phpdoc/en/features safe-mode.xml 
  Log:
  Owner of file OR directory is checked  (bug #29126)
  
http://cvs.php.net/diff.php/phpdoc/en/features/safe-mode.xml?r1=1.56&r2=1.57&ty=u
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.56 phpdoc/en/features/safe-mode.xml:1.57
--- phpdoc/en/features/safe-mode.xml:1.56       Tue Sep 14 07:42:55 2004
+++ phpdoc/en/features/safe-mode.xml    Sat Sep 18 15:49:57 2004
@@ -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 

Reply via email to