Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112275 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 48201 invoked from network); 24 Nov 2020 15:48:31 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 24 Nov 2020 15:48:31 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1F00D180537 for ; Tue, 24 Nov 2020 07:14:11 -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=3.2 required=5.0 tests=BAYES_40, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lj1-f174.google.com (mail-lj1-f174.google.com [209.85.208.174]) (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 07:14:10 -0800 (PST) Received: by mail-lj1-f174.google.com with SMTP id b17so22388227ljf.12 for ; Tue, 24 Nov 2020 07:14:10 -0800 (PST) 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=bW9bl8FPy8y3031Vve0OMOfor5kCSeVsf3fbX5rIKKs=; b=BMhgNRmjlkfdoy3VmxrtulyOCi2RhFRJ9GONUETSag2b3P7wpmjiegPAA7hjSRMp0P V+D9TEDTjv4j3DUoGx02Ik2g77zM7gS0+nRwMdoDxF24yVnkw1rwnNSEFenZKMiahy7Q dTagtO+RmjtMQQxDa01xKoPLf7O8BBPUjnsdDoP4OtloUqu+Jni3/hp3Mb9b7F/ER7w6 vy1jp+K1Hmk1XQ5idEUc8IAh7Rg0V6iFgSyjPSfRhtrBjG2kMOZVgosJBTnEvcMDaa1m SIvr3HTlYysDtz384wzSSRA5jOSAt8Stak+joJpVVzk6Q1h/ivEgDqyrqsYTgqUrYDYm U+Bw== X-Gm-Message-State: AOAM531Q3BcZwTtY3KCR36H5sFsa/U9mFRSqY/4kMsqjLjzozwn9/okJ FtAkZgm+b17rZ3OrYWdcXJAgh0F3PHE+XYxCGmKugA== X-Google-Smtp-Source: ABdhPJxTt58bZBdKljv2avB9cM/d/PtKIaUxNHGFkA/9D+oXL1kqlZdpntpOJaryoUyqqDQyf2OcMB4eO3OFwB3m+Q4= X-Received: by 2002:a2e:2c14:: with SMTP id s20mr1998319ljs.398.1606230848786; Tue, 24 Nov 2020 07:14:08 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 24 Nov 2020 09:13:57 -0600 Message-ID: To: Dmitry Stogov Cc: Gabriel Caruso , PHP internals , Nikita Popov Content-Type: multipart/alternative; boundary="0000000000002b698205b4dbc30a" Subject: Re: [PHP-DEV] Preparing for PHP 8.0.0 GA From: pollita@php.net (Sara Golemon) --0000000000002b698205b4dbc30a Content-Type: text/plain; charset="UTF-8" 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. 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 --0000000000002b698205b4dbc30a--