[PHP-DOC] cvs: phpdoc /en/features file-upload.xml From: Rui Hirokawa (rui_hirokawa <email protected>)
Date: 06/28/02

hirokawa Fri Jun 28 22:28:05 2002 EDT

  Modified files:
    /phpdoc/en/features file-upload.xml
  Log:
  a typo fixed.
  
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.40 phpdoc/en/features/file-upload.xml:1.41
--- phpdoc/en/features/file-upload.xml:1.40 Fri Jun 21 08:50:56 2002
+++ phpdoc/en/features/file-upload.xml Fri Jun 28 22:28:05 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.40 $ -->
+<!-- $Revision: 1.41 $ -->
  <chapter id="features.file-upload">
   <title>Handling file uploads</title>
 
@@ -119,7 +119,7 @@
    <note>
     <para>
      In PHP versions prior 4.1.0 this was named
- <varname>$HTTP_POST_VARS</varname> and was not an autoglobal variable.
+ <varname>$HTTP_POST_FILES</varname> and was not an autoglobal variable.
      PHP 3 does not support <varname>$HTTP_POST_FILES</varname>.
     </para>
    </note>

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php