Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77990 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63737 invoked from network); 14 Oct 2014 13:33:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2014 13:33:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=ben@benramsey.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ben@benramsey.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain benramsey.com from 209.85.216.181 cause and error) X-PHP-List-Original-Sender: ben@benramsey.com X-Host-Fingerprint: 209.85.216.181 mail-qc0-f181.google.com Received: from [209.85.216.181] ([209.85.216.181:42710] helo=mail-qc0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C5/E7-26074-0462D345 for ; Tue, 14 Oct 2014 09:33:52 -0400 Received: by mail-qc0-f181.google.com with SMTP id r5so6733690qcx.12 for ; Tue, 14 Oct 2014 06:33:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=mG7ONCwdYO3ADZ2wg5COk0d9IDW1vuoljfQCuX6dLXM=; b=ZvcSxcKZotR4uYkSlxmlHBp4Rc3lhknDoipF21PMlBX39ZDFVbIy1xqG3jmrfK8dY3 lPlv4OnK9F1geRGdF7s30edRFY4fQQiTxyZbS5VdpdzUNmpAIim/qxSe3SFpgEfQqHBw AXKF4hj0IZwmXsyyVAoUqHy/9ced7WL5nDjKxg21ngE+ksEH0ttvPMW4pmKWY29DAATB 01f29d6rIFRxK01dEs97klJb8l5CFj1fydgyiWT2q7eQ0kRLvERP+er+aoaGlx4lKEgY 9rwK2LjvLF/6ohPexGOlqN/q0dXhTkShTa8rMO34q5ZQBKjOcgsQJ9J5kH51awM6esdf qBlA== X-Gm-Message-State: ALoCoQl9Ssndi6I9dyydt0Fk3pdUjbZLfgpWLZ5dMwD1vpTai0kQrHMMK801Os/l9Y49F4NZKYCR X-Received: by 10.224.119.201 with SMTP id a9mr9189483qar.86.1413293629665; Tue, 14 Oct 2014 06:33:49 -0700 (PDT) Received: from [10.0.0.70] (c-68-52-228-18.hsd1.tn.comcast.net. [68.52.228.18]) by mx.google.com with ESMTPSA id f90sm15420311qga.38.2014.10.14.06.33.47 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 14 Oct 2014 06:33:47 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) In-Reply-To: Date: Tue, 14 Oct 2014 08:33:46 -0500 Cc: Andrea Faulds , Andrey Andreev , Kris Craig , PHP internals list Content-Transfer-Encoding: quoted-printable Message-ID: <4240E494-94E6-4FC9-BB84-C30FFA69129C@benramsey.com> References: <776669CE-9E8C-4069-9834-C7275CCA0EF4@ajf.me> To: Chris Wright X-Mailer: Apple Mail (2.1878.6) Subject: Re: [PHP-DEV] New globals for PUT and DELETE From: ben@benramsey.com (Ben Ramsey) On Oct 14, 2014, at 8:30 AM, Chris Wright wrote: > I suggested this a while ago, people didn't like the idea, and I'm not > sure I do any more, either. We'd do much better focusing on creating a > standard native request *object* which provides clean access to this > data, and other things that are clumsy at the moment, such as request > headers. Agreed, and it seems that=92s what PHP-FIG is working on for user land: = https://github.com/php-fig/fig-standards/blob/master/proposed/http-message= .md -Ben=