Re: [PHP-DEV] Parsing PUT data

2013-09-24 Thread Tjerk Meesters
On Tue, Sep 24, 2013 at 1:19 PM, Dave catch.d...@gmail.com wrote: Hi All, Firstly, let me know if this is particularly spammy/inappropriate for this list. I just wanted to get some feedback on a long-time feature request (2011) about treating PUT the same as POST in terms of re-using the

Re: [PHP-DEV] Parsing PUT data

2013-09-24 Thread Ryan McCue
Tjerk Meesters wrote: Perhaps it might be a better idea to expose the multipart parser as a function, so that you can bind the decoded body to either an object or array. The trick is to keep `is_uploaded_file()`, etc. working, though. I've looked into this before (for almost this exact

[PHP-DEV] Parsing PUT data

2013-09-23 Thread Dave
Hi All, Firstly, let me know if this is particularly spammy/inappropriate for this list. I just wanted to get some feedback on a long-time feature request (2011) about treating PUT the same as POST in terms of re-using the existing form parser. See https://bugs.php.net/bug.php?id=55815 for