Re: [PHP-DEV] Re: Parsing PUT data

2013-09-24 Thread Andrea Faulds
On 24/09/2013 17:12, Daniel Lowrey wrote: > An inability on your part to write working code doesn't equate to "PHP > should implement this for me" I am not the tone police, but I don't think such comments are helpful. Let me be clear: I'm not suggesting we should ignore useful functionality bec

Re: [PHP-DEV] Re: Parsing PUT data

2013-09-24 Thread Peter Lind
On 24 September 2013 16:59, Daniel Lowrey wrote: > The bigger issue here is that the superglobals are a leaky abstraction. Any > HTTP request method is allowed to have an entity body, so should we also > create $_PATCH and $_PUT and $_ZANZIBAR to handle less-frequently used > request methods? Whe