Melvyn Sopacua wrote:
> First 'force' people to use superglobals, then say "ehm - yeah, but ehm
> uploaded files are not userdata, because they are not in $_REQUEST".

Is it very important?

Anyway, it is easier to write more robust application with
  $_GET/$_PSOT/$_COOKIE/$_FILES, IMO. $_REQUEST is useful
but $_FILES is not strictly needed to be in $_REQUEST
especially when $_FILES structure needed to be changed
to make it work correctly.

Changes in $_FILES structure breaks all applications uses
$_FILES.

Removing $_FILES from $_REQUEST does not break not many
applications, I hope ;)

Anyway, I'm 0 for all options.
If we'll fix $_FILES structure, sooner is better.

--
Yasuo Ohgaki


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to