Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97738 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42072 invoked from network); 12 Jan 2017 22:56:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2017 22:56:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.42 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-wm0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:35895] helo=mail-wm0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/10-40314-89908785 for ; Thu, 12 Jan 2017 17:56:25 -0500 Received: by mail-wm0-f42.google.com with SMTP id c85so40929728wmi.1 for ; Thu, 12 Jan 2017 14:56:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=UU/vufz9x01jVk0y6e7OjVLhD1yyElzyhc99EYO7kMI=; b=Gld2PEsvC48Nhj34UK4e41lMTPF6cn487b5PkY9ZrFb+04W6CwAvYL74N0ls0j2E5s COrxccwRwhm0WARrcj0bOJjUVDL6VHWY8TnT6ktbtmKiaOMzRYIQBLyFdXxUpcLU/KXm 5H9by/PPau/1x9mnWxygEPmtk7CbHJe1YUbNcDQxYIYimE/frJvWT4PEa87/rgLYqY2+ ZKRh3U1xLJozzzfEsjJR099HCC8O8VK6mV/bdoePh8Un7eGcxRupEofqUawucbOJMokz ExRGKIiDLHx4i6F933wyL2EXiW+eqoY/HD9eXJw9L+fcJMt/QLfxoNEk2zcaEOoMHVmd 7aXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=UU/vufz9x01jVk0y6e7OjVLhD1yyElzyhc99EYO7kMI=; b=Vm4mgoUYxZ9oOOKMZiQuWJWvooYKKt995VJLWqSU0DvoMF9mOAOTmMHzWg+i6n2s9v h3JuRFTuG3c+OcirkR9eg+76e76u+rOdmxatv1IukXr/kblVKj1Vs6zudr4oxV9IGKql ylMWKYMvEoGt1clCRf0pjH7ekQYaqIDVpOyXK4eujbuXecgP0md3B/v/fI/0Rjy97qPp fGk9I47BpdFFybAXZsqGfQ9iga2qik/fEaKVILe7GkmhWOlTdFBLn5iPnUn/deTrgxuZ xc/mFhhBKfBKtRtR7csf2qVpY2QO3MCyQznua24qgsTvkwvx5BosDifyXt6ZNyhidoGR UX4w== X-Gm-Message-State: AIkVDXK1riJ8jxyVxpbTT3R7l0931+JrN5QZD/3XKUpBqWdmgeLYoH0vsinqp0LjB3oQUg== X-Received: by 10.223.149.138 with SMTP id p10mr8899805wrp.58.1484261781090; Thu, 12 Jan 2017 14:56:21 -0800 (PST) Received: from [192.168.1.189] (host86-160-21-87.range86-160.btcentralplus.com. [86.160.21.87]) by smtp.googlemail.com with ESMTPSA id b15sm6128084wma.5.2017.01.12.14.56.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Jan 2017 14:56:19 -0800 (PST) To: internals@lists.php.net References: <0D275F6F-85D3-4E9D-AF89-03C91A23D5BD@gmail.com> <254761B4-6B6B-4306-8CEE-286E133E3A06@gmail.com> Message-ID: Date: Thu, 12 Jan 2017 22:56:19 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <254761B4-6B6B-4306-8CEE-286E133E3A06@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC][Discussion] ServerRequest and ServerResponse objects From: rowan.collins@gmail.com (Rowan Collins) On 12/01/2017 20:52, Paul Jones wrote: >> I would also add the support, bug and feature issues that will definitely crop up with such an interface. If there is a major bug, flaw or security issue, getting it fixed is going to be a problem, because as we know, the adoption of PHP is nowhere near instantaneous and it can be years before you get the actual fix into the servers your project/projects are running on, and you can't do anything about this. > (/me nods) That particular problem is not specific to this RFC, though. It's true for anything that gets into PHP. > Absolutely, which is why "getting into PHP" is a rare thing, and "installable from PECL" is a perfectly respectable status to be in. Regards, -- Rowan Collins [IMSoP]