Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111528 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 65983 invoked from network); 15 Aug 2020 10:04:17 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Aug 2020 10:04:17 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 051D61804F2 for ; Sat, 15 Aug 2020 02:04:39 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-qv1-f44.google.com (mail-qv1-f44.google.com [209.85.219.44]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sat, 15 Aug 2020 02:04:38 -0700 (PDT) Received: by mail-qv1-f44.google.com with SMTP id x7so5418796qvi.5 for ; Sat, 15 Aug 2020 02:04:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4lGgLhxq118LsATExl6F/3ioYi/YAsMlwPZDdOPCpeY=; b=M92IxC6GpNln+kDTjNm7RCwAczgqhMlZzctuADzHo9XhZADuIErp8nAlku7LYKAozO cB944PBFyYDKrDIhAQ8hymkNgIFQV8M2pX1zj0hbZFF7XbBkY9whHoOcrVARqPrjLrJA 4JVvXgxq8zdBFjP4GLtce0QxQ9JqTNjAKcnnAI9OxCIMMZQkGYGca1NG8zGPnsMKtejS 1cbIZVN3wWwoC3BaVLPeJeMFTEN0lDh+75uYxK3OvNO/IgNmUA2N7rvZVE/b4RV3N9Vm bnMW+8FHNDKTm7NJDhKh0w4xx2DZYTbfJz4V6KKSM87tcloV/mV0fdkZbDF4+yhZPeMy 3ogQ== X-Gm-Message-State: AOAM531eus/UsWiyuf0B46FSe7pvG+TLpBYMO2AMZoBMK8nMsFaoMAa9 EjSkbywNmQjRxoOBOyUrssOvLLvlv5RV8jzvIzE= X-Google-Smtp-Source: ABdhPJxiMnDuA8S/bq7uM7jtxsZJtUIbYToR4lCZQvOFKZ/EMhSsUZ0PeDQgN9KVfya6JXFtaj8JkEBINc3aABLUuUA= X-Received: by 2002:a0c:a9c6:: with SMTP id c6mr5821307qvb.151.1597482277341; Sat, 15 Aug 2020 02:04:37 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 15 Aug 2020 10:04:31 +0100 Message-ID: To: Gabriel Caruso Cc: PHP internals list Content-Type: multipart/alternative; boundary="000000000000ad104f05ace6d3cd" Subject: Re: [PHP-DEV] Bump minimal OpenSSL version to 1.0.2 in PHP 8.0 From: bukka@php.net (Jakub Zelenka) --000000000000ad104f05ace6d3cd Content-Type: text/plain; charset="UTF-8" On Sat, 15 Aug 2020, 09:59 Jakub Zelenka, wrote: > On Fri, 14 Aug 2020, 23:36 Gabriel Caruso, > wrote: > >> >> On Fri, 14 Aug 2020 at 19:16, Jakub Zelenka wrote: >> >>> Hi, >>> >>> Just a heads up that I would like to drop support for OpenSSL 1.0.1 in >>> PHP >>> 8.0 as it doesn't seem to be supported by any major distro (think that >>> RHEL >>> switched to 1.0.2 in 7.4 and not aware about another distro that would >>> still support 1.0.1). >>> >>> Please shout if you have any concerns. >>> >>> Cheers >>> >>> Jakub >>> >> >> Is this allowed after PHP's Feature Freeze period? Could this drop cause >> any userland changes that should be discussed? >> > > There are no user visible changes AFAIC and this is not a feature so > should be fine IMO. > Except obviously not working with 1.0.1 but no one should be really using that version... > --000000000000ad104f05ace6d3cd--