Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112279 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 61696 invoked from network); 24 Nov 2020 17:18:22 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 24 Nov 2020 17:18:22 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4EBCB180533 for ; Tue, 24 Nov 2020 08:44:05 -0800 (PST) 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,FREEMAIL_FROM,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-vk1-f178.google.com (mail-vk1-f178.google.com [209.85.221.178]) (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 ; Tue, 24 Nov 2020 08:44:04 -0800 (PST) Received: by mail-vk1-f178.google.com with SMTP id v185so1703324vkf.8 for ; Tue, 24 Nov 2020 08:44:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BUs2ZQtt4+pFddYscZ2XfoPowTeyBTotTCrqlj+UHwY=; b=UWvSDCZigGq/Eb3tYzg9XQSbQDL1LEhzlCSs8xhdkRbdovDqoolO/K3UaHALoomZ50 GVAKsAc54TS3P30pr+6Q4X7pgGspFelgnenG+ntt5Z7SnGXYTT7K5WbLdZ23UQZ05NF9 bd1prXdpB3X7tpSJVacLNBUimViG2vdxw2uu55hk3LyRvsBxZhmWuN4w8XMlUpLNu0jD U/0hag+CW9UC23DvTzVLShdjov4D3obXUFo3DnffXgNQehD0c/yaC39RiK3ckQteNO7S ZCyVfjL82ebwJnAOls1z6VNstTE3hO6BbOWCPs+3RiTnuoRkOTAn6Ef+butQzKdXAOY+ gEow== 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=BUs2ZQtt4+pFddYscZ2XfoPowTeyBTotTCrqlj+UHwY=; b=SCUoWlnQe2YZ4Vm1T/m8+IdUEC1GjBHqHYNkCk+uthshMCFuDgYTussLoJnkbIEFSR JL/B+JmHB+25gDHWKhQi9RwUGgxd3v+Kf8YZ4FSeYD307CDMGBunI2WtV/LPZ2XMiFGI 7xQZ0a5PEoKWFJT6u8KYcSdtEa1pwVYK/SzYVNiIXue9Wy9xmt6KqTc4z1eu5EK9sEPE i4iT7ZeVeG/RHXxlao7ZuUo06PQLKKBJ97MIilKeaCxxA0JMPqYFVjd4LLUgwE3lwSEX sXWtxU8bp9YdT4gXDjZdKWtOK5Lb9yqGofChfJKvtx/DM2bpdD9fp4825FaR22E94/jL cLRA== X-Gm-Message-State: AOAM533/TMNUa6B6jhKJTEGKHljnIk732YRmdSUGX7VT5shGrzXAeb/Q FDFlJQ22goK6R9mU5BQwV5U/ZbsK+pOA6otAxeo= X-Google-Smtp-Source: ABdhPJz2co8huVN9Ma8LkvpMJr9sJdJSxvR1L64tflb1UiM9MuVUb5xH+hMQet0TvO21OqBfcamrEyoQJl1l+c6aVaw= X-Received: by 2002:a1f:288a:: with SMTP id o132mr4751557vko.2.1606236243372; Tue, 24 Nov 2020 08:44:03 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 24 Nov 2020 19:43:52 +0300 Message-ID: To: Sara Golemon Cc: Gabriel Caruso , PHP internals , Nikita Popov Content-Type: multipart/alternative; boundary="000000000000b630d505b4dd0469" Subject: Re: [PHP-DEV] Preparing for PHP 8.0.0 GA From: dmitrystogov@gmail.com (Dmitry Stogov) --000000000000b630d505b4dd0469 Content-Type: text/plain; charset="UTF-8" On Tue, Nov 24, 2020 at 6:14 PM Sara Golemon wrote: > On Tue, Nov 24, 2020 at 8:55 AM Sara Golemon wrote: > >> Given that the JIT is enabled by default, I'm tempted to add another RC >> and delay the release. >> >> > As Niki just helpfully pointed out; My understanding of the JIT's setting > on 8.0 is wrong. It's "on", but with a 0-sized buffer, so it's effectively > disabled. > #1 I feel so much more secure in this whole release than I did five > minutes ago. No offence. :) > #2 We can afford to be a little lax on pulling in those cherry-picks. > > So now the question is what is the impact of (not) pulling them into the > release at the literal last minute. > On the one hand, by the book, this is too late for a non-security fix. On > the other hand, this is .0, and it's impacting a not-enabled-by-default > path, so we can be more generous. > > I think many people are going to try JIT in PHP-8.0.0. The last commits fix incorrect behavior of JIT generated code on some edge cases. e.g. wrong reference-counting and following use-after-free on PHPUnit tests. Releasing PHP-8.0.0 with already fixed bugs would cause false reports. On the other hand the risk of these commits is minimal. Thanks. Dmitry. > Right now I'm inclined to pull them in, but I'll wait a few hours for > anyone who wishes to object. (It's still only 9am here :p ) > > -Sara > --000000000000b630d505b4dd0469--