Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94511 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34953 invoked from network); 14 Jul 2016 22:07:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jul 2016 22:07:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.48 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.48 mail-pa0-f48.google.com Received: from [209.85.220.48] ([209.85.220.48:34902] helo=mail-pa0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/E5-20986-C0D08875 for ; Thu, 14 Jul 2016 18:07:08 -0400 Received: by mail-pa0-f48.google.com with SMTP id dx3so32552652pab.2 for ; Thu, 14 Jul 2016 15:07:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=FNxkqqyP+jjXO0JKaZqeLP+TJMOaXCOlSQN9vGEsiKM=; b=n42Ykmf1iC1mqjqoTBE0wEA+p4XNaY07Be3IlZpNqGC5jG1aoKJITfICPi03LBooJ5 T+5AVXrmM+5LqtqDtDwqNEbQOsJ/kVdW2ihbFSlbcnyxki0T+xvj5Wv1BQ81b10AqOO9 kqgbHge19+r2j8IvKFCk8zgD/pWOUGghD+c9IA0YLyaHktTmmg1yr4ZtCfaW33xTRcxj mjcYx8eOEiAWefpT7jitxhe260KQoyqQ5Ca2l78As3Y1ZV2sNuQI1ff3NfMz/6ZBAhvM XEEkxq4oA3cFqrUpyUQo0cq0R07eu3sCkz+9Ts6KF8lrCrKuRFUSiVgZSzqh/Lt8VhNm XHcw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=FNxkqqyP+jjXO0JKaZqeLP+TJMOaXCOlSQN9vGEsiKM=; b=K/AQOMh/ERMR+PQfvNtKxj0a4z60tYUroNTL/0CAXrT8mDNNMPNEH6xD86GCCxXSxw T7tM6pCcXhFjjCRg9fiLxyqi0LLHPygYr1Raj8tToYm8gAmaDh1OQNA/b0nOswmmFPKG zP2MOserCzCgm7Fxn4vPEznsRd67gBeGj6NYxA3riOCAFezup5tnYgzt2tfKpreTL84d ckDTcPf+dIi5jUyh+C5MBUcvbxV3hYQDuAG6smrfENidN5osjsvshcz+Y8quEQE0rZ2C eRjjNGoCZTxpzKk9GmMBn0vn0A77FMj2rjvIAxuJPfRVpRiK4qT7/EDx+GN0SNMYOHIz urKw== X-Gm-Message-State: ALyK8tKdr2eY8iyzmQ0nuW36EiN7vTPRhV3cfgCkxUdHqTDPWUhUkafKryGCc87fP1PrSw== X-Received: by 10.66.245.1 with SMTP id xk1mr26907347pac.58.1468534025327; Thu, 14 Jul 2016 15:07:05 -0700 (PDT) Received: from stas-air.corp.wikimedia.org (tan1.corp.wikimedia.org. [198.73.209.1]) by smtp.gmail.com with ESMTPSA id c125sm1402202pfc.40.2016.07.14.15.07.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Jul 2016 15:07:04 -0700 (PDT) To: Jakub Zelenka , PHP internals list References: Message-ID: <10aa7da4-9880-811a-92f8-71ae5dcce621@gmail.com> Date: Thu, 14 Jul 2016 15:07:02 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Bumping minimal OpenSSL version to 1.0.1 in master for PHP 7.1 From: smalyshev@gmail.com (Stanislav Malyshev) 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. -- Stas Malyshev smalyshev@gmail.com