Re: [PHP-DEV] Native support - PUT request, multipart form data
[email protected] (Park Framework)
| Newsgroups | php.internals |
|---|---|
| Message-ID | <CAPRqa+G2p-gv_CpyBj=TUmJbp+t8mbZtgHKXtkMm3S6=TJ-dGQ@mail.gmail.com> |
2014-08-17 23:55 GMT+03:00 Chris Wright <[email protected]>: > Personally my ideal option would be to deprecate $_POST and $_GET in > favour of $_BODY and $_QUERY, respectively, which would be populated > the same way regardless of the request method (not just PUT and POST). > Similarly $_FILES would be populated for any multipart/form-data > request entity, regardless of request method. Ок, then maybe you write the RFC? > I agree with Julien that this is not the sort of thing that should go > into a point release, and if $_POST/$_GET were to be deprecated then > this would be a change for 7, probably with removal not before 8. Native support - PUT method, need today for many developers who would like to find a solution in the near future.