Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78853 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78821 invoked from network); 7 Nov 2014 22:11:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Nov 2014 22:11:32 -0000 Authentication-Results: pb1.pair.com header.from=theanomaly.is@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=theanomaly.is@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.173 as permitted sender) X-PHP-List-Original-Sender: theanomaly.is@gmail.com X-Host-Fingerprint: 209.85.212.173 mail-wi0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:51290] helo=mail-wi0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E8/C5-38250-2934D545 for ; Fri, 07 Nov 2014 17:11:31 -0500 Received: by mail-wi0-f173.google.com with SMTP id n3so5873799wiv.12 for ; Fri, 07 Nov 2014 14:11:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tCbOoKeJl6Ei7RX9DmnDgondlG0sNqmmPy4e9pk+a3c=; b=0OF1Ia1YUb6ZyiwLl0Cy5HH/9EzbabJfb1QYdbgicHqDOCax5SahDS1NZO9u3d9fJ6 fkfsbpnR+SAdDY05GbejZjKXGnKYqmn5FJoTJCwXdrCjKYPxjg8iZi8l+JxGqnxc/DGz WbcQ1ih4GV2jlSEgrH7zP3i39ZhUmu52N5K1bPwPKjQa3OWwQvKmO5aZ1urqjqa+m3P8 6kfcsYmyf80LNX02GT7xWUqHRmKJVdNhAseLA4QZA+vPER7Qr6zUy/Fr/pf31iXhHaMw a72HTGTCuUf52LtBc8H2hVNXepKCcCDt7pVdgkS9lGeeL9qQY/PEDJpmYIuLD9F/Kt6Y YjkA== MIME-Version: 1.0 X-Received: by 10.194.94.9 with SMTP id cy9mr20478626wjb.117.1415398287430; Fri, 07 Nov 2014 14:11:27 -0800 (PST) Received: by 10.216.123.4 with HTTP; Fri, 7 Nov 2014 14:11:27 -0800 (PST) In-Reply-To: <545D3E66.6060202@sugarcrm.com> References: <1DDB6E05-3143-4A74-8B13-AF85222579BA@ajf.me> <468730E8-4C38-49A3-A61A-59E107313D79@ajf.me> <545C1823.8050404@sugarcrm.com> <545D3E66.6060202@sugarcrm.com> Date: Fri, 7 Nov 2014 17:11:27 -0500 Message-ID: To: Stas Malyshev Cc: Andrea Faulds , Patrick ALLAERT , PHP Internals Content-Type: multipart/alternative; boundary=047d7bb047dc235d3005074c1861 Subject: Re: [PHP-DEV] New Standardized HTTP Interface From: theanomaly.is@gmail.com (Sherif Ramadan) --047d7bb047dc235d3005074c1861 Content-Type: text/plain; charset=UTF-8 On Fri, Nov 7, 2014 at 4:49 PM, Stas Malyshev wrote: > Hi! > > > So the question here is how common is the case of PUT+mulitpart/form-data? > Well, that's what I'm trying to establish. Based on the information I have available, there have been a few dated bug reports asking for this. There are also a lot of forums questions found on github/stackoverflow/etc... that apparently find this useful. How useful it is and how common the use case is may not be enough, though. Based on your feedback I can definitely see a lot of people making future feature requests to add support for additional content-types and I really don't think the SAPI implementation should necessarily start heading down that road. Only because based on this discussion I fear that no one other than myself will be eager to support it. I'd rather not introduce cruft into PHP if I can avoid it. I'll gather some more data and perhaps see if an initial implementation can prove extensible enough. --047d7bb047dc235d3005074c1861--