Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77972 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36985 invoked from network); 14 Oct 2014 12:47:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2014 12:47:26 -0000 Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.42 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.218.42 mail-oi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:35439] helo=mail-oi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/C1-26074-D5B1D345 for ; Tue, 14 Oct 2014 08:47:25 -0400 Received: by mail-oi0-f42.google.com with SMTP id a141so16517032oig.1 for ; Tue, 14 Oct 2014 05:47:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=0yLr9DFxrrDSI/4pCLUXCF6xEYh+0HRmZCqS4MFEZbo=; b=dDvqViYVcyxHfVrwXhRqMsLd13+naY/lM5MV1OEhLCNSHqct3HXB6qI1E7K9I0TyVA T0L3bJTcnt/WejmOOXPmPAkmjNAGDGEy5Lg7EkHb1lRFedcCGmO+YXJSBPZimTcD+QhO 2dagalqop5ZMfQ3PIF+Xql2/9lv0jLH/tTRo9/exxREOCGy38LmL4oMmqA8BR+ZkKmaO for3hxN7guum6NHqMrGdO+a8iYKrckTTq8knmbHhbtJhqKj6ot5aAvACjYWcTbnona9p FXbb4qUP04pw+Uy4MFSEidKEp+pBUEaneh/ktqVVHaZx2J4O3B75G+1IuPcxF0aUesRZ i51g== MIME-Version: 1.0 X-Received: by 10.60.132.137 with SMTP id ou9mr4540357oeb.34.1413290842569; Tue, 14 Oct 2014 05:47:22 -0700 (PDT) Received: by 10.202.169.201 with HTTP; Tue, 14 Oct 2014 05:47:22 -0700 (PDT) Date: Tue, 14 Oct 2014 05:47:22 -0700 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=047d7b418c2da2ce720505616a9e Subject: New globals for PUT and DELETE From: kris.craig@gmail.com (Kris Craig) --047d7b418c2da2ce720505616a9e Content-Type: text/plain; charset=UTF-8 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 --047d7b418c2da2ce720505616a9e--