Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76598 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92496 invoked from network); 17 Aug 2014 02:09:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2014 02:09:40 -0000 Authentication-Results: pb1.pair.com header.from=mails@thomasbley.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mails@thomasbley.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain thomasbley.de from 85.13.137.24 cause and error) X-PHP-List-Original-Sender: mails@thomasbley.de X-Host-Fingerprint: 85.13.137.24 dd15934.kasserver.com Linux 2.6 Received: from [85.13.137.24] ([85.13.137.24:42605] helo=dd15934.kasserver.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/23-65521-2EE00F35 for ; Sat, 16 Aug 2014 22:09:39 -0400 Received: from dd15934.kasserver.com (dd0802.kasserver.com [85.13.143.1]) by dd15934.kasserver.com (Postfix) with ESMTPSA id AA97B261C47; Sun, 17 Aug 2014 04:09:35 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SenderIP: 95.91.210.144 User-Agent: ALL-INKL Webmail 2.11 In-Reply-To: References: <7F9FDADD-FA96-45AD-9D72-8D79A8B86948@ajf.me> To: internals@lists.php.net Cc: cw@daverandom.com, ajf@ajf.me, park.framework@gmail.com Message-ID: <20140817020935.AA97B261C47@dd15934.kasserver.com> Date: Sun, 17 Aug 2014 04:09:35 +0200 (CEST) Subject: Re: [PHP-DEV] Native support - PUT request, multipart form data From: mails@thomasbley.de ("Thomas Bley") I think it would be great to have json encoded data from input body in $_REQUEST, just like parameters from the request-uri or form-urlencoded data. Regards, Thomas Park Framework wrote on 17.08.2014 02:33: > Maybe, select the best API can community. > The main thing that it was not a reason for delaying. > > > 2014-08-17 3:25 GMT+03:00 Andrea Faulds : > >> >> On 17 Aug 2014, at 00:47, Park Framework wrote: >> >> > Variable $_PUT is already a popular name. >> >> $_POST isn’t really POST data nor is $_GET really GET data. We shouldn’t >> continue this silly naming tradition given both existing names are >> inaccurate. >> >> We should have a query parameters array and a request body parameters >> array or blob. >> -- >> Andrea Faulds >> http://ajf.me/ >> >> >> >> >> >