Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78532 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36939 invoked from network); 31 Oct 2014 20:05:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Oct 2014 20:05:48 -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 74.125.82.49 as permitted sender) X-PHP-List-Original-Sender: theanomaly.is@gmail.com X-Host-Fingerprint: 74.125.82.49 mail-wg0-f49.google.com Received: from [74.125.82.49] ([74.125.82.49:39795] helo=mail-wg0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/0B-15608-B9BE3545 for ; Fri, 31 Oct 2014 15:05:48 -0500 Received: by mail-wg0-f49.google.com with SMTP id x13so8627955wgg.8 for ; Fri, 31 Oct 2014 13:05:43 -0700 (PDT) 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=dTQ1TDy8CkVsxiBSKpAjw8sYEUlksKOAeuiYWk2Ophs=; b=gFFRQS/lcDnJIHF8ZyGF+xQt1EC6MCVH5G6NohpIO1V7v3IzsZe8id0V0vWLsu0KYX LYIzp4kEpYl+BRcKwCWmK6CIjICnC0y3HnXrRHee051p8SQoC5ZVPKNdaSiynyJEa5jO BUEYzMEdIKrELZe7MtAVgXbko32oqJO2NVWwTRrsTLokTGBcScnJWUzSlmD52UWgBXlB tCzhCECojMG5aufe7KA0Z2DuKVpTypOhKiMWWMaDsOoZuAaIRrDVUc0a8wHaLiqlBW1x 41tAyqHW2Hp5LLbmDHivKcP3Ujf5wi8ONMvAFf0ZWVc9XIgixNK+GLbAVfz1AIIlnSMA lKMQ== MIME-Version: 1.0 X-Received: by 10.194.119.193 with SMTP id kw1mr30603453wjb.37.1414785942459; Fri, 31 Oct 2014 13:05:42 -0700 (PDT) Received: by 10.216.123.4 with HTTP; Fri, 31 Oct 2014 13:05:42 -0700 (PDT) In-Reply-To: <5453E492.6020304@gmail.com> References: <5452B87B.5040009@garfieldtech.com> <0B797CE3-7AFA-4330-9A98-D3CAFC6D6072@ajf.me> <5453B114.6050400@gmail.com> <5453C250.8090803@gmail.com> <5453D6D5.2070705@garfieldtech.com> <5453E492.6020304@gmail.com> Date: Fri, 31 Oct 2014 16:05:42 -0400 Message-ID: To: Rowan Collins Cc: PHP Internals Content-Type: multipart/alternative; boundary=089e01228626889def0506bd85c6 Subject: Re: [PHP-DEV] New Standardized HTTP Interface From: theanomaly.is@gmail.com (Sherif Ramadan) --089e01228626889def0506bd85c6 Content-Type: text/plain; charset=UTF-8 On Fri, Oct 31, 2014 at 3:35 PM, Rowan Collins wrote: > Sherif Ramadan wrote on 31/10/2014 18:52: > >> This RFC is about core PHP and I really don't care how >> many competing ideas exist out there that are closely or mildly related to >> this RFC. >> > > The decision about *whether this is needed in core* is not something you > can ignore by saying "this is about core". The fact that PHP-FIG is working > on something very closely related to this makes a difference to that > question, and pretending that's irrelevant is not constructive. > > First of all, I'm not ignoring anything. I very much appreciate all of your input. However, reiterating what you've already said with every single one of your responses attempting to derail this discussion into a matter that concerns FIG or PSR or whatever other third party concern that is tangentially related to the word HTTP is something I will not stand for. I read what you've had to say about FIG and PSR and I'm taking it into consideration. That doesn't mean I have to yield to your preference. Nor does that mean this RFC has now become irrelevant because somewhere on planet earth someone has come up with a competing idea/concept. I welcome competition. That is only beneficial to PHP. If you would like to further this discussion beyond reiterating the words PSR and FIG then please explain to me how what you're talking about solves any of the problems I'm attempting to solve with this RFC? Namely, how does this PSR solve the problem that PHP will not populate $_FILES or $_POST if a multipart PUT request is sent to PHP? Pointing out specifics, using references, and providing any additional examples/documentation is more than welcome if it will help me improve this RFC (but only if it is geared toward the same goals that this RFC has). Thanks --089e01228626889def0506bd85c6--