vrana           Fri Mar 23 16:10:05 2007 UTC

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   file-exists.xml 
                                                is-readable.xml 
  Log:
  Doesn't use effective UID (bug #40535)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/file-exists.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/file-exists.xml
diff -u phpdoc/en/reference/filesystem/functions/file-exists.xml:1.15 
phpdoc/en/reference/filesystem/functions/file-exists.xml:1.16
--- phpdoc/en/reference/filesystem/functions/file-exists.xml:1.15       Sat Feb 
 3 08:13:44 2007
+++ phpdoc/en/reference/filesystem/functions/file-exists.xml    Fri Mar 23 
16:10:05 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
 <refentry id="function.file-exists">
  <refnamediv>
@@ -53,6 +53,12 @@
     linkend="ini.safe-mode-include-dir">safe_mode_include_dir</link>.
    </para>
   </warning>
+  
+  <note>
+   <para>
+    The check is done using the real UID/GID instead of the effective one.
+   </para>
+  </note>
 
   <para>
    See also <function>is_readable</function>, <function>is_writable</function>,
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/is-readable.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/is-readable.xml
diff -u phpdoc/en/reference/filesystem/functions/is-readable.xml:1.10 
phpdoc/en/reference/filesystem/functions/is-readable.xml:1.11
--- phpdoc/en/reference/filesystem/functions/is-readable.xml:1.10       Sat Feb 
 3 08:13:44 2007
+++ phpdoc/en/reference/filesystem/functions/is-readable.xml    Fri Mar 23 
16:10:05 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
 <refentry id="function.is-readable">
  <refnamediv>
@@ -43,6 +43,12 @@
 
   &tip.fopen-wrapper.stat;
 
+  <note>
+   <para>
+    The check is done using the real UID/GID instead of the effective one.
+   </para>
+  </note>
+  
   <para>
    See also <function>is_writable</function>,
    <function>file_exists</function>, and

Reply via email to