Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77973 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38511 invoked from network); 14 Oct 2014 12:52:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2014 12:52:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=peter.e.lind@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=peter.e.lind@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.175 as permitted sender) X-PHP-List-Original-Sender: peter.e.lind@gmail.com X-Host-Fingerprint: 209.85.217.175 mail-lb0-f175.google.com Received: from [209.85.217.175] ([209.85.217.175:59161] helo=mail-lb0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/22-26074-07C1D345 for ; Tue, 14 Oct 2014 08:52:01 -0400 Received: by mail-lb0-f175.google.com with SMTP id u10so8216692lbd.34 for ; Tue, 14 Oct 2014 05:51:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=8Fbn3Vq2K8a4lr2T1WCQhQ/g9fcKweiQn6Zu6rREE+o=; b=x7beCBevTt/cOPubKYhTX6TWTL/JYyoirE13A8oXfoZmjqnh+gsSou1fHKfr7RO7r+ bltuamh9A3bHQxaM0n4WfhuDvS5/Eu+C6ZD4+VMLSt4C4DdRfkE+BzAv3I5BUDLDpuXf 3PxLmSFISLuQwjStfjiXCVZ2xRJd3LkxGR2qKmMVuz3wsEPf3yo1VH9AAOFmP8z8QQ4M B0oqwrdwxeS+KoqE4gBL6kjDodnRWcCurgRTU/u7VAMML5OsgW1Ta1qZ/KzPK/dgUn3E ay2+1VXHlKpBb9GztNs2JwyvMReiNWuiVLO93p1YGloyGKVawtejGMUVXicEBx1QzfMw Jnbw== X-Received: by 10.112.166.130 with SMTP id zg2mr5107214lbb.3.1413291116604; Tue, 14 Oct 2014 05:51:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.150.130 with HTTP; Tue, 14 Oct 2014 05:51:36 -0700 (PDT) In-Reply-To: References: Date: Tue, 14 Oct 2014 14:51:36 +0200 Message-ID: To: Kris Craig Cc: PHP internals list Content-Type: multipart/alternative; boundary=001a1134891ef834670505617afb Subject: Re: [PHP-DEV] New globals for PUT and DELETE From: peter.e.lind@gmail.com (Peter Lind) --001a1134891ef834670505617afb Content-Type: text/plain; charset=UTF-8 Last time it stranded here: https://www.mail-archive.com/internals@lists.php.net/msg67294.html And I believe it's been up a number of times before that. On 14 October 2014 14:47, Kris Craig wrote: > Hey guys, > > Does anybody know why we have $_GET and $_POST, but not $_PUT and > $_DELETE? As far as I can tell, the only way to get these out currently is > to parse their values by reading the incoming stream directly. > > Is there a reason why we don't want this or is it just that nobody has > actually written it yet? > > --Kris > -- WWW: plphp.dk / plind.dk CV: careers.stackoverflow.com/peterlind LinkedIn: plind Twitter: kafe15 --001a1134891ef834670505617afb--