jimw            Sat Dec  8 14:22:07 2001 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  move_uploaded_file: add warning about destination being overwritten, remove 
redundant version note
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.95 phpdoc/en/functions/filesystem.xml:1.96
--- phpdoc/en/functions/filesystem.xml:1.95     Sat Dec  8 14:17:03 2001
+++ phpdoc/en/functions/filesystem.xml  Sat Dec  8 14:22:07 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.95 $ -->
+<!-- $Revision: 1.96 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -2186,11 +2186,6 @@
     </funcsynopsis>
 
     <para>
-     This function is available only in versions of PHP 3 after PHP
-     3.0.16, and in versions of PHP 4 after 4.0.2.
-    </para>
-
-    <para>
      This function checks to ensure that the file designated by
      <parameter>filename</parameter> is a valid upload file (meaning
      that it was uploaded via PHP's HTTP POST upload mechanism). If
@@ -2220,6 +2215,12 @@
     </para>
 
     &note.sm.uidcheck;
+
+    <warning>
+     <para>
+      If the destination file already exists, it will be overwritten.
+     </para>
+    </warning>
 
     <para>
      See also <function>is_uploaded_file</function>, and the section


Reply via email to