Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121679 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 78191 invoked from network); 15 Nov 2023 17:07:32 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Nov 2023 17:07:32 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7458B180038 for ; Wed, 15 Nov 2023 09:07:31 -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,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS2639 136.143.188.0/23 X-Spam-Virus: No X-Envelope-From: Received: from sender4-of-o51.zoho.com (sender4-of-o51.zoho.com [136.143.188.51]) (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, 15 Nov 2023 09:07:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1700068049; cv=none; d=zohomail.com; s=zohoarc; b=IH5SbG0e4xheVZyMTOsD6v7D2UjgnhrRLUOBvoRKyhovyfeYdllhx/mpxvHBqkhMEe54pIT4p94kkD5wJLusvsX+fLvyddyvCpQ0DDUJTUXCmeuW58qdFb9sXe553w/BCntCTRmcacCeT7/zqlLv/qljcm862NB3VT9XPIL/f6Y= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1700068049; h=Content-Type:Content-Transfer-Encoding:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To:Cc; bh=g4/hBuGbDtRZK6iDhmFwlbreSU1CneUhN1vKYiebxK8=; b=PWF62x9bV81fLxiyrfi1IB/ANlWJYPA+bFm4hAKWLib8nLcUg3h6b9Sj3Fw/hsYjGPU2tzrcwfyRVwlOotA4qpQkntDLRDo5SMs16y07i9Nfhb8IBJQ6AjmNCdRo9DddXhy8O/VS+7Hf5GVdjLQopOL4kHcKah/3CFBRr0Y0aeQ= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=daniil.it; spf=pass smtp.mailfrom=daniil@daniil.it; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1700068049; s=daniil; d=daniil.it; i=daniil@daniil.it; h=Message-ID:Date:Date:MIME-Version:Subject:Subject:From:From:To:To:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To:Cc; bh=g4/hBuGbDtRZK6iDhmFwlbreSU1CneUhN1vKYiebxK8=; b=KU9cz8xkSNobRwlhWv1Cy7MvuHZ6BdSBd018es0BYgIpikLX9erlB3BOlLY5XZZG NfCsCHFoGNMctKNo6Ht2OU+H+wwNjZN2eCyE8Eve3NPw8VumT0JS0KEydvavrYg+/JM XgLmJ+e90c8L/SEgEE+KwARg1pgSwRDtkC/PFl9g= Received: from [IPV6:2a0e:97c0:38f:0:6279:c268:2987:d250] (128.116.205.77 [128.116.205.77]) by mx.zohomail.com with SMTPS id 1700068047452603.0518164937062; Wed, 15 Nov 2023 09:07:27 -0800 (PST) Message-ID: <6bd20534-71f1-4a7b-85b1-306e726d596f@daniil.it> Date: Wed, 15 Nov 2023 18:07:25 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: internals@lists.php.net References: Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ZohoMailClient: External Subject: Re: Change default method of disabling JIT for PHP 8.4 From: daniil@daniil.it (Daniil Gentili) Hi all, I've created the actual RFC: https://wiki.php.net/rfc/jit_config_defaults Regards, Daniil Gentili.