[PHP-DOC] cvs: phpdoc /en/features file-upload.xml From: Hojtsy Gabor (hgoba <email protected>)
Date: 10/29/00

goba Sun Oct 29 07:57:13 2000 EDT

  Modified files:
    /phpdoc/en/features file-upload.xml
  Log:
  
  One typo fixed here
  
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.13 phpdoc/en/features/file-upload.xml:1.14
--- phpdoc/en/features/file-upload.xml:1.13 Fri Sep 15 09:09:43 2000
+++ phpdoc/en/features/file-upload.xml Sun Oct 29 07:57:13 2000
@@ -41,9 +41,9 @@
     In PHP 3, the following variables will be defined within the
     destination script upon a successful upload, assuming that <link
     linkend="ini.register-globals">register_globals</link> is turned
- on in <filename>php.ini</filename>. If <link
+ on in <filename>php3.ini</filename>. If <link
     linkend="ini.track-vars">track_vars</link> is turned on, they will
- also be available within the global array
+ also be available in PHP 3 within the global array
     <varname>$HTTP_POST_VARS</varname>. Note that the following
     variable names assume the use of the file upload name 'userfile',
     as used in the example above: