Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76597 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88621 invoked from network); 17 Aug 2014 00:33:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2014 00:33:04 -0000 Authentication-Results: pb1.pair.com header.from=park.framework@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=park.framework@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.53 as permitted sender) X-PHP-List-Original-Sender: park.framework@gmail.com X-Host-Fingerprint: 209.85.218.53 mail-oi0-f53.google.com Received: from [209.85.218.53] ([209.85.218.53:55584] helo=mail-oi0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3B/C2-65521-F38FFE35 for ; Sat, 16 Aug 2014 20:33:04 -0400 Received: by mail-oi0-f53.google.com with SMTP id e131so2679153oig.12 for ; Sat, 16 Aug 2014 17:33:01 -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=4Ts3JDFL1/knNEgotEL2ifvyJRPG8qWXtx2hx0m57s0=; b=siEZPQK452keP6/SQiw3bqZj2DkCqrTGcc7Ea82XUyoDFC1W8C0Y11vo1N14PgLxe8 g+QPve5jchLNW08mp740PF5xxHAJM6PlKb7CtICWxN9T7ZIoOlW+38+yjDEdLoF9HDNf wU1G++bsX/xN6hVvqN9KsefyGIZxMnY5hTaMWX65GF9fVpk4ncrjx2ePnbtHlhfE10qz KMLWlbUQgj+yJFv9VCBj+6H9KlthSdjloYwwAXWlelnzFgKY8mr9Fjw5xEoo1xx9SO5t /nuj68S6IjZqh41hyrrPHyjRHlojGOTf4P6vK92Pz2DaWLZYTsdiAaUHrSRYxs7xGrUZ ls1w== MIME-Version: 1.0 X-Received: by 10.182.51.229 with SMTP id n5mr28729445obo.47.1408235581332; Sat, 16 Aug 2014 17:33:01 -0700 (PDT) Received: by 10.76.23.37 with HTTP; Sat, 16 Aug 2014 17:33:01 -0700 (PDT) In-Reply-To: <7F9FDADD-FA96-45AD-9D72-8D79A8B86948@ajf.me> References: <7F9FDADD-FA96-45AD-9D72-8D79A8B86948@ajf.me> Date: Sun, 17 Aug 2014 03:33:01 +0300 Message-ID: To: Andrea Faulds Cc: Chris Wright , PHP internals Content-Type: multipart/alternative; boundary=047d7bfea87e95e2c70500c865cd Subject: Re: [PHP-DEV] Native support - PUT request, multipart form data From: park.framework@gmail.com (Park Framework) --047d7bfea87e95e2c70500c865cd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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=E2=80=99t really POST data nor is $_GET really GET data. We sh= ouldn=E2=80=99t > 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/ > > > > > --047d7bfea87e95e2c70500c865cd--