php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #15093 $_FILES and other global array are not documented
Submitted: 2002-01-17 21:21 UTC Modified: 2002-02-09 20:32 UTC
From: abner at criticalnexus dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.1.1 OS: All
Private report: No CVE-ID: None
 [2002-01-17 21:21 UTC] abner at criticalnexus dot com
The $_FILES array is the worst of these.  Its existence can be deduced only by looking at the naming scheme of the new arrays versus the old one (or typing $_FILES in Google!), but it'd be nice to see this nifty new feature documented.  I figure the main reason people people still use $postvar instead of $HTTP_POST_VARS['postvar'] is because of lazyness, so at least $_POST['postvar'] will help wrangle them in the right direction.  Maybe.

Anyways... here are a couple of places where it would have been nice to see some info.

http://www.php.net/release_4_1_0.php

http://www.php.net/manual/en/features.file-upload.php

http://www.php.net/manual/en/language.variables.predefined.php

http://www.php.net/manual/en/language.variables.external.php

-Abner

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-17 21:23 UTC] imajes@php.net
This is being worked on, thanks for the report. :)
 [2002-01-18 04:24 UTC] goba@php.net
The changes are already in the predefined variables
section, but as you can see, the manual was built
-05-01-2002- last time. We have an automated
build process, and we have some problems with it right
now, so the online manuals are not updated for some
weeks now.

--
Goba
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 12:01:29 2025 UTC