Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76600 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11721 invoked from network); 17 Aug 2014 09:22:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2014 09:22:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.45 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.45 mail-qa0-f45.google.com Received: from [209.85.216.45] ([209.85.216.45:36277] helo=mail-qa0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id ED/00-09889-A4470F35 for ; Sun, 17 Aug 2014 05:22:18 -0400 Received: by mail-qa0-f45.google.com with SMTP id cm18so3358364qab.18 for ; Sun, 17 Aug 2014 02:22:15 -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=7kVFq+/iEkGz9N97cpaPRn8g7AovLUXfk3fUdEGbUy4=; b=eMUDv3cXGkyGVEMaoOsdwS8H99zyzCtE/wv91mTXUBM9x2V1v37mqIkDYoSk/nnArz Zu3X1Xz+IGd/6VHLDdKmhw1ATvmTWu3zN1XNl0lYsJJU3P7Jt3zFJfMFDIvIM4MA9/go AXnGhmkOF+2eQvwFQDcOCIqROVu42UJpoU4iXGRrpGWE2ioCgyFGrLRNPeGU54uRqhVB 3Sgbn/XYEeWX1sdqyWO2SDl52YJX1F5uYBWDe3frCTBUfFcxrKt3XweOai2aFq6fP2lG DxzsFM5iuB8mHsZ4jLU+qPLcteNw22/dg90qQL4iba0Uhn3EXAmsiBItl+0ov0V8mtM3 qRUw== MIME-Version: 1.0 X-Received: by 10.140.41.133 with SMTP id z5mr41908877qgz.99.1408267335467; Sun, 17 Aug 2014 02:22:15 -0700 (PDT) Received: by 10.140.90.112 with HTTP; Sun, 17 Aug 2014 02:22:15 -0700 (PDT) In-Reply-To: References: Date: Sun, 17 Aug 2014 11:22:15 +0200 Message-ID: To: Park Framework Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c11fd8478e490500cfcac7 Subject: Re: [PHP-DEV] Native support - PUT request, multipart form data From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c11fd8478e490500cfcac7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 version, so you can try targetting 5.6.next with the rfc but there is a chance that 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 named superglobals, but ofc. killing off $_GET/$_POST could only happen in a major version. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c11fd8478e490500cfcac7--