Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94535 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8989 invoked from network); 17 Jul 2016 20:04:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2016 20:04:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.182 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.161.182 mail-yw0-f182.google.com Received: from [209.85.161.182] ([209.85.161.182:36002] helo=mail-yw0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AC/4A-31884-7B4EB875 for ; Sun, 17 Jul 2016 16:04:08 -0400 Received: by mail-yw0-f182.google.com with SMTP id c124so17239005ywd.3 for ; Sun, 17 Jul 2016 13:04:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=Z6Y4ukUKk/FitRjQ0jiA+nfs7cqcJfnJeE8LvC/ARsQ=; b=rKWk65YzSvQliVPKEOvzHX9498x0LYjs1CsVwGz4BOkWcDBedAx6l7nATQW6iO6Y9U zEjQzUJeOwrcpM2FHJWC68DYC2bwu27mVAOY3cvwxHBCK1Hg/PDl7LmwDobjJ1DjzHhD u+Jti6ZseZTSzVcNyDoPBMIBORlUco21FNnDjeg4G7P59gt9AMYqVyxhckvIS0P/5A/1 pocsy7Ju5xclDylctb1Q/xxrrBonBEFbLYz+ZPuQGZBG6mkiJHf4GKOLLhPX3V7AduIu dOwP9kmzbV+f58X0JXO8/ZuFAvejWtGCeQDyswMfd8mYiINVemai5Rqy9LKCTV1ric3x qcCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=Z6Y4ukUKk/FitRjQ0jiA+nfs7cqcJfnJeE8LvC/ARsQ=; b=Ilj/cw19Oht/I1/u5qua44nBbvcDdxSUc/nli/QBBZLGPXDakongxvpkBmD5AJWAbR KeVWVmdJDeqXBljTOqfiwbDdL1eMT5uJp0u9IO1dUEyOPb1UH06SX2muIiZii3Nf9nUw sOO08upM3XnCylXH7ycD6d3Zp2OXj3HuBEqGkUrTseV28iVW3DUmnUeNKyKPkfNhG02f ZS3R6HB2zXWxlwYMZQtLsvXAP4jtXfwWmAAZwQO7kIbAtbprKZFgXyWGNO+dx1ELXigQ H014mg/F7MxCbQ2oAu4m+bPaROqvhsCQoiJAZAfcyr+zlW57Ocz+TK3c+vOyh1aUJfmd mkgA== X-Gm-Message-State: ALyK8tJNmcNc5FJrbTCPu3WHsSXhbp0MLz8y6zu35++DGOYulHxkyG8DDeosC0uj2isGeoRmsDbs3sQreTH6eg== X-Received: by 10.37.193.70 with SMTP id r67mr20556146ybf.6.1468785844693; Sun, 17 Jul 2016 13:04:04 -0700 (PDT) MIME-Version: 1.0 Sender: jakub.php@gmail.com Received: by 10.129.52.143 with HTTP; Sun, 17 Jul 2016 13:04:04 -0700 (PDT) In-Reply-To: References: <10aa7da4-9880-811a-92f8-71ae5dcce621@gmail.com> Date: Sun, 17 Jul 2016 21:04:04 +0100 X-Google-Sender-Auth: X8mjFfjBBKnQFgLxcp_UEloLd00 Message-ID: To: Niklas Keller Cc: Pierre Joye , Stanislav Malyshev , PHP internals list Content-Type: multipart/alternative; boundary=94eb2c056ba68630350537da5a77 Subject: Re: [PHP-DEV] Re: Bumping minimal OpenSSL version to 1.0.1 in master for PHP 7.1 From: bukka@php.net (Jakub Zelenka) --94eb2c056ba68630350537da5a77 Content-Type: text/plain; charset=UTF-8 On Fri, Jul 15, 2016 at 10:18 PM, Niklas Keller wrote: > 2016-07-15 18:30 GMT+02:00 Jakub Zelenka : > >> Hi, >> >> On Fri, Jul 15, 2016 at 9:48 AM, Pierre Joye >> wrote: >> >> > hi, >> > >> > On Fri, Jul 15, 2016 at 5:07 AM, Stanislav Malyshev < >> smalyshev@gmail.com> >> > wrote: >> > > Hi! >> > > >> > >> For that reason I'm thinking about postponing this. I would also >> love to >> > >> hear your thoughts and possibly if someone is able to dig up the OS X >> > >> OpenSSL support info, that would be great too! >> > > >> > > As somebody working almost exclusively on OS X for my php builds for >> the >> > > last couple of years - I don't care too much what Apple ships or does >> > > not ship by default. It's usually out-of-date and hard to use anyway. >> > > And many libraries aren't there so you have to use external packages >> in >> > > any case, and if you already do, homebrew is one of the best. >> > > >> > > It's much easier to spend a little time once and install all necessary >> > > libs from homebrew and build against that. So for master, I wouldn't >> > > have too many worries in this regard. >> > > >> > > BTW, homebrew is now on 1.0.2g. Which is not latest-greatest, but not >> > > bad. And it is also not hard to use more recent sources IIRC. >> > >> > I agree with Stas about OSX. It will take (a lot of) time until Apple >> > ships 7.1 with OSX. Most developers use either a VM, homebrew or an >> > alternative due to many outdated components. They do provide latest >> > versions as far as I remember. >> > >> > All in all I think we should drop these features and also require 1.x. >> > >> > >> I have been thinking about it more and I think you are right. We should >> drop the support for 0.9.8 and 1.0.0 that are EOL. Just the fact that >> Apple >> deprecated it and suggested not using the system lib says a lot. When we >> add that OS X 10.11 (El Capitan) doesn't even ship header and lib files >> and >> the back-patching is not probably great, then there is probably no reason >> to keep it for the cost of the maintenance of these old versions which >> slows the development of openssl ext up. Especially after I add support >> for >> OpenSSL 1.1. >> >> Unless someone has got a strong feeling and good reason why we shouldn't >> drop it, I will bump the minimal version in the next couple of days. >> >> Thanks for the feedback! >> >> P.S. forgot to send link for the Apple info about OpenSSL before so here >> it >> is :) : >> >> >> https://developer.apple.com/library/mac/documentation/Security/Conceptual/cryptoservices/GeneralPurposeCrypto/GeneralPurposeCrypto.html >> >> Cheers >> >> Jakub >> > > I'm not sure, but I guess it would be good if this happened before feature > freeze / beta1 which will be tagged on 18th / 19th July. > > Regards, Niklas > Yes, it's been merged! Cheers Jakub --94eb2c056ba68630350537da5a77--