Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111526 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 35332 invoked from network); 15 Aug 2020 00:08:13 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Aug 2020 00:08:13 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4289B1804F2 for ; Fri, 14 Aug 2020 16:08:30 -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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,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-il1-f196.google.com (mail-il1-f196.google.com [209.85.166.196]) (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 ; Fri, 14 Aug 2020 16:08:29 -0700 (PDT) Received: by mail-il1-f196.google.com with SMTP id j9so9783205ilc.11 for ; Fri, 14 Aug 2020 16:08:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=datadoghq.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ixkXVTvkslY71s8I8bbbPhmxx0khQsW/6mK2rZBIyBw=; b=FsGoz3UDvDPp/xRtHkeKrTuT3kMN4nyMusgw7j9LYlsAic3zOkimAiZ5nZ8Tlegewx Hv4I3pm4i1FVEjoloadsV1e5rMRWxi5iT49apHTpjDing6R84jU/6sHy/6K86/PgTHi1 dJUaaYVKbs8xakE+VDNbbXZpYMTshNCqX2j8Q= 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=ixkXVTvkslY71s8I8bbbPhmxx0khQsW/6mK2rZBIyBw=; b=WcqgYrSVYVC2rWkwjwh8C+bT2a5nMqPlOIXtPvpEIKyQ/FmDaaQVL5HoToRP23wF+p k15KXO6HMzJOx5lQJXHtNxFvC7t3TgpqJrvt/CNYVlXwfGf/M6G5T9AjxhXFZiVFDzUE V04bHxjqc0H9+CIiBCp7R1Zcia13+oYU/RkGBP5v9MJEs0aEHmh2fPdJhU0xyuh81zpj GShQXqB+j5JyrVXq19Db3hr8yDEjEHypW1ABwY+MPutWqEecWMXZKZOJGF+/BZXTAA9K OGvqe7Y5eKXHeiQD5CdJC7Pxem4w7/LaiFL9HUW6lKcuyYZ22aOjTJPMOcPfFiIhzQ2Z CHag== X-Gm-Message-State: AOAM532taPY1rwTE4uzYQi6FIwiN4WDel+YwWd0us6nm9lUYSvWgZBJq KBXY4t1gRUls9HVHOUO85B2SrsD8Jmx/72GXsoBbDvHlcYU= X-Google-Smtp-Source: ABdhPJxkPzDlamQbhm/l1ImlLa76pKJmN/xVGCxMPaPmeXP44/xUlX3eZfRpadFceBE1tfoRYPlqQGz2cpRAK9M+un0= X-Received: by 2002:a92:b311:: with SMTP id p17mr4534951ilh.232.1597446509215; Fri, 14 Aug 2020 16:08:29 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: Levi Morrison Date: Fri, 14 Aug 2020 17:08:18 -0600 Message-ID: To: Gabriel Caruso Cc: Jakub Zelenka , PHP internals list Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Bump minimal OpenSSL version to 1.0.2 in PHP 8.0 From: internals@lists.php.net ("Levi Morrison via internals") On Fri, Aug 14, 2020 at 4:36 PM 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? As long as it doesn't have a direct impact on userland then I think this sort of thing is fine until RC 1, maybe even later with maintainer discretion.