Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121375 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 22252 invoked from network); 18 Oct 2023 10:18:02 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 18 Oct 2023 10:18:02 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id F19B51804B0 for ; Wed, 18 Oct 2023 03:18:00 -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=-0.5 required=5.0 tests=BAYES_05,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15623 212.45.192.0/19 X-Spam-Virus: No X-Envelope-From: Received: from mail.gna.ch (mail.gna.ch [212.45.196.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 18 Oct 2023 03:18:00 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by darkcity.gna.ch (Postfix) with ESMTP id B52433A0F62 for ; Wed, 18 Oct 2023 12:17:58 +0200 (CEST) X-Virus-Scanned: amavisd-new at example.com Received: from mail.gna.ch ([127.0.0.1]) by localhost (darkcity.gna.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EkmXcfftqHEk for ; Wed, 18 Oct 2023 12:17:57 +0200 (CEST) Received: from smtpclient.apple (unknown [IPv6:2a02:1210:2ea4:cf00:a4c7:7ea5:788b:4bdb]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by darkcity.gna.ch (Postfix) with ESMTPSA id ACFFA3A0DD2 for ; Wed, 18 Oct 2023 12:17:57 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.100.2.1.4\)) Date: Wed, 18 Oct 2023 12:17:57 +0200 References: <526f40d2-4403-4842-bf48-d4b53a4ae5d7@daniil.it> To: PHP internals In-Reply-To: <526f40d2-4403-4842-bf48-d4b53a4ae5d7@daniil.it> Message-ID: <1DF10EEA-6E79-45C6-A4E5-BEFE50C01DB8@cschneid.com> X-Mailer: Apple Mail (2.3774.100.2.1.4) Subject: Re: [PHP-DEV] Change default method of disabling JIT for PHP 8.4 From: cschneid@cschneid.com (Christian Schneider) Am 18.10.2023 um 10:42 schrieb Daniil Gentili : > This is precisely why I'm planning to submit the RFC to make the = change in PHP 8.4, which is when the new JIT will be introduced. Ah, I missed that part, my bad. I'd suggest mentioning this in the RFC. I also went back Dmitry's RFC and saw that no change on default ini = settings is planned from his side. Regards, - Chris