Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76607 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28657 invoked from network); 17 Aug 2014 13:10:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2014 13:10:05 -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.51 as permitted sender) X-PHP-List-Original-Sender: park.framework@gmail.com X-Host-Fingerprint: 209.85.219.51 mail-oa0-f51.google.com Received: from [209.85.219.51] ([209.85.219.51:38825] helo=mail-oa0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/00-28428-CA9A0F35 for ; Sun, 17 Aug 2014 09:10:04 -0400 Received: by mail-oa0-f51.google.com with SMTP id o6so3338194oag.10 for ; Sun, 17 Aug 2014 06:10: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=9fR0AhQ0tFrCc0SCiaT8o94C4Ui2FESgFflCm5Q2wBE=; b=VdMNGFDZGDhF7Ii+R6qCl/dE4H38S+2ri8lpxKyzdsQj0U4jii9LNS8M8mvkIJUear tBHKoH5OcwzfbzSDuqyJHe8ZQFbIKwmQgmlR/lRPyvFdrWLfUJDEMgt1w20ACQ8qU0sz Q4RROQ/owvMh21O/HvQNZA6jYUV1RTR4z1MLqAHzzrxQRvQCDsXzh2wsCv85auU3PbEP NeTlbTLynSWhN+kv1vGCzTJRYGBwprguHTTTo5UzmRQ+aIA0UBmQJz7bkaucjjRLblOq dl9LoHre/aycelkp+Ajeb0YL1pXcxYYudHrQRHyc/Cd5STbdWMmI53GrZw3BMcNcctbm sf3A== MIME-Version: 1.0 X-Received: by 10.182.79.65 with SMTP id h1mr31521040obx.53.1408281001528; Sun, 17 Aug 2014 06:10:01 -0700 (PDT) Received: by 10.76.23.37 with HTTP; Sun, 17 Aug 2014 06:10:01 -0700 (PDT) In-Reply-To: References: Date: Sun, 17 Aug 2014 16:10:01 +0300 Message-ID: To: Ferenc Kovacs Cc: PHP internals Content-Type: multipart/alternative; boundary=047d7b2e4eded710f20500d2f8f3 Subject: Re: [PHP-DEV] Native support - PUT request, multipart form data From: park.framework@gmail.com (Park Framework) --047d7b2e4eded710f20500d2f8f3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2014-08-17 12:22 GMT+03:00 Ferenc Kovacs : > > > > On Sun, Aug 17, 2014 at 12:41 AM, Park Framework > wrote: > >> This is necessary for convenient use RESTful API. >> >> file_get_contents('php://input') - Very inconvenient >> >> I would like to finally get native support for PHP, preferably version 5= .6 >> > > feel free to create an rfc/implementation, I don't think it would be wise > to introduce it in 5.6.x(there is zero chance to have this in 5.6.0), but > our releaseprocess allows small self-contained features in a micro versio= n, > so you can try targetting 5.6.next with the rfc but there is a chance tha= t > some people will vote no who otherwise would support this in 5.next or 7.= 0. > I tend to agree that it would be better to move away from the method name= d > superglobals, but ofc. killing off $_GET/$_POST could only happen in a > major version. > > -- > Ferenc Kov=C3=A1cs > @Tyr43l - http://tyrael.hu > I have never written RFC, and I'm not a developer in C/C++. Will correct if the RFC write the author of the patch. Thank you. --047d7b2e4eded710f20500d2f8f3--