Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76618 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63234 invoked from network); 17 Aug 2014 21:44:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2014 21:44:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=park.framework@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=park.framework@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.47 as permitted sender) X-PHP-List-Original-Sender: park.framework@gmail.com X-Host-Fingerprint: 209.85.219.47 mail-oa0-f47.google.com Received: from [209.85.219.47] ([209.85.219.47:51652] helo=mail-oa0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 99/F4-28428-25221F35 for ; Sun, 17 Aug 2014 17:44:50 -0400 Received: by mail-oa0-f47.google.com with SMTP id g18so3472275oah.34 for ; Sun, 17 Aug 2014 14:44:47 -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:content-transfer-encoding; bh=iAyXgZ4Q1ClhhteQ5vUli5A84rRGSejPmxKqQM6sFTE=; b=JF4vq2z7CXrYva6Gxu+9woeVVXi5Ly3cg4LTSHe6+9sqvEE4pMUpCZsNVZnTT3GYto k/50cY0HzaG2kjCA+T63pwocFh7SUPQKLHndhNL2XamSxaMaMRodUT3atUhSnqAUt0cx f0ihTd6BUQoejkeejflLjvvwxwvweky2ye65SaXMM8uiAg12gndYXBJijdGRI4zfzYfI AkaLsv9rXBjvP1T2wu3uDa47jnelBcLr12e0nS9Ippzy6LTrjmz09S5C0CRIUoD/9l5W EK+IXcn5BSd8XjvlgsgE/dBcPuLBQiVf7Fb2ExOzYiVW1gpfg6xixOk1CNMgKzZ2u9Zk rwEg== MIME-Version: 1.0 X-Received: by 10.182.108.232 with SMTP id hn8mr3782177obb.68.1408311887571; Sun, 17 Aug 2014 14:44:47 -0700 (PDT) Received: by 10.76.23.37 with HTTP; Sun, 17 Aug 2014 14:44:47 -0700 (PDT) In-Reply-To: References: <20140817021822.9AEBE261C47@dd15934.kasserver.com> Date: Mon, 18 Aug 2014 00:44:47 +0300 Message-ID: To: Chris Wright Cc: David Zuelke , Thomas Bley , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Native support - PUT request, multipart form data From: park.framework@gmail.com (Park Framework) 2014-08-17 23:55 GMT+03:00 Chris Wright : > Personally my ideal option would be to deprecate $_POST and $_GET in > favour of $_BODY and $_QUERY, respectively, which would be populated > the same way regardless of the request method (not just PUT and POST). > Similarly $_FILES would be populated for any multipart/form-data > request entity, regardless of request method. =D0=9E=D0=BA, then maybe you write the RFC? > I agree with Julien that this is not the sort of thing that should go > into a point release, and if $_POST/$_GET were to be deprecated then > this would be a change for 7, probably with removal not before 8. Native support - PUT method, need today for many developers who would like to find a solution in the near future.