Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71798 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50015 invoked from network); 30 Jan 2014 17:17:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jan 2014 17:17:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=rdlowrey@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rdlowrey@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.180 as permitted sender) X-PHP-List-Original-Sender: rdlowrey@gmail.com X-Host-Fingerprint: 209.85.213.180 mail-ig0-f180.google.com Received: from [209.85.213.180] ([209.85.213.180:42960] helo=mail-ig0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/C3-42724-5298AE25 for ; Thu, 30 Jan 2014 12:17:26 -0500 Received: by mail-ig0-f180.google.com with SMTP id m12so7599046iga.1 for ; Thu, 30 Jan 2014 09:17:23 -0800 (PST) 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=y8vFGxOhe9EDO4xIvkE/Yvrt83Ivk1DovUc5e2gJhwM=; b=CaDWfi0FOvt0hXfTsLQM3VWvEQwcXRvQ+ND1K1zQ6DZiXYQrWEo0+XFrsqOgBC+eD/ o41B5/w0K3AYgP7X64DCpE+N8PrgtjF8a4r9oLH7u+fbZInmc04C6CmOCv9/CMV0qoFC m5qvKE+Z7esOIdFO/ZtwePYvNU6K7sC2qglJbwWrYLwbnXMi401sL5E6dVLXJ1ay0gS6 kkBZTZnxrC7iT3ToQWvm6OcwAQzuvt5pUvm0bqhkenNlCwQZUpx7OMfEchFgmiWIbPu7 1npGTl91lLt6YgI0Jjh/40CFEYFnTSCXvlFT5ffiPW+7n4QfJI7VDXiNkblRHWL84XV+ //og== MIME-Version: 1.0 X-Received: by 10.50.109.132 with SMTP id hs4mr35599415igb.34.1391102243146; Thu, 30 Jan 2014 09:17:23 -0800 (PST) Received: by 10.50.29.140 with HTTP; Thu, 30 Jan 2014 09:17:23 -0800 (PST) In-Reply-To: <824758DB-57D8-4B4B-BECD-E1F12531FDE0@rouvenwessling.de> References: <824758DB-57D8-4B4B-BECD-E1F12531FDE0@rouvenwessling.de> Date: Thu, 30 Jan 2014 12:17:23 -0500 Message-ID: To: =?ISO-8859-1?Q?Rouven_We=DFling?= Cc: =?ISO-8859-1?Q?P=E1draic_Brady?= , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e013a1d900c90f404f1333b4a Subject: Re: [PHP-DEV] Improved TLS Defaults From: rdlowrey@gmail.com (Daniel Lowrey) --089e013a1d900c90f404f1333b4a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Thu, Jan 30, 2014 at 12:11 PM, Rouven We=DFling wr= ote: > > On 30.01.2014, at 04:15, Daniel Lowrey wrote: > > As I mentioned in the updated RFC > text I think it makes sense to deprecate the specific wrappers in 5.6 and > look to remove them in 5.7 as they're really unnecessary in light of the > ability to specify flags for the specific individual protocols you wish t= o > use on a given stream. > > > Please don't. By deprecating in 5.6 and removing in 5.7 (which would be > faster than anything before) you'd royally screw everyone skipping a > version - something that gets increasingly likely with the faster release > cycle. > > I'd suggest deprecating them now with this RFC and remove it in PHP 6, if > PHP6 doesn't come around they could still be removed in a future RFC. > > Best regards > Rouven > Sounds good to me. Will update the RFC for deprecation of the sslv2:// and sslv3:// stream wrappers in 5.6 with removal planned for PHP 6. --089e013a1d900c90f404f1333b4a--