didou           Sun Jun 24 02:13:00 2007 UTC

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   disk-free-space.xml 
  Log:
  Fix #41493
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/disk-free-space.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/disk-free-space.xml
diff -u phpdoc/en/reference/filesystem/functions/disk-free-space.xml:1.7 
phpdoc/en/reference/filesystem/functions/disk-free-space.xml:1.8
--- phpdoc/en/reference/filesystem/functions/disk-free-space.xml:1.7    Wed Jun 
20 22:24:27 2007
+++ phpdoc/en/reference/filesystem/functions/disk-free-space.xml        Sun Jun 
24 02:12:58 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook"; 
xml:id="function.disk-free-space">
  <refnamediv>
   <refname>disk_free_space</refname>
@@ -29,6 +29,13 @@
       <para>
        A directory of the filesystem or disk partition.
       </para>
+      <note>
+       <para>
+        Given a file name instead of a directory, the behaviour of the
+        function is unspecified and may differ between operating systems and
+        PHP versions.
+       </para>
+      </note>
      </listitem>
     </varlistentry>
    </variablelist>

Reply via email to