On Fri, Oct 31, 2014 at 3:00 PM, Larry Garfield <la...@garfieldtech.com> wrote:
> On 10/31/14, 1:52 PM, Sherif Ramadan wrote: > >> >> > This RFC has two primary goals in mind: >> >> 1) Expose the parsing/handling of the HTTP request to userland in a >> consistent way >> > > It already is. It's the access TO that parsed data that is currently > clunky. That's a problem worth addressing. No, it's not. There is no way for you to prevent PHP from populating superglobals, or change the way PHP mangles variable names, or change the fact that PHP won't bother populating data in $_FILES or $_GET/$_POST when the request method is PUT or if the content-type is not multipart, for example. None of this is exposed to userland.