Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128631 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by lists.php.net (Postfix) with ESMTPS id DE3241A00BC for ; Thu, 4 Sep 2025 10:25:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1756981442; bh=WoJjmCL1DI5AoovaZN2mgwAi+N4MPsYiLG+rf2SFX0k=; h=Date:From:To:Subject:In-Reply-To:References:From; b=QDdKCXCZM5ZPSXE+1F3EtrA1wpshR8JwZmY2gRC2zjTWoUMb7raDFJ29dlhAzrB9z w0+N0fauyRKZPodlveCFQ5hOLPkMSXhDoHc81MHrN8zMXoT7FMWPwdUP+7GcHGg05c 5SYjbkAOHI8mN/wvm7AJgQV4MIipEkpV9fSk/72LiuEQBQs3Usa6nxit3a2x5rF6HR BaCqF+F1skOoNuxzGx3pSS+5poOOPMc/8A6LVJP4y5OtNue4hFEywhOhwW8/TZTAI6 r8vR2Kvc1+caLB8dGZvYW936o10g/XSe5tKoCwkQLiU2BQCU+Pwdru+ZOPiXEIaNC1 01bslQYS0HdVQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 29184180083 for ; Thu, 4 Sep 2025 10:24:01 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 4 Sep 2025 10:24:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1756981528; bh=WoJjmCL1DI5AoovaZN2mgwAi+N4MPsYiLG+rf2SFX0k=; h=Date:From:To:Subject:In-Reply-To:References:From; b=VKag3zwgHq1j2/Yzx0U9HtWN/GoDEYyL5YYJIQObp6Csz22dIyV0csldsAObZ0gOX YTmYq9KQYE4Xl4p8ach9uBY2Hv36sBUtFPjzRFLjuukhphiox171t77kc4xNYzjPCq ijKHsmU47U6RPwCrH0ihSJ5YrYDIgPgj22E3rDsF/ZNYhArZ04Vr0ukY4/qOOU5Fxp I5YBf0WCVKLTqzy1Dl06Otxk28Q6JJT5y/2Na2LT7BF/d0vQHqaKRC68Dt4aq63Vnp iCJQM3700nCuJT6IwygzXgbKcYSSYbdVX09l8rKR8FhYOEs4vl8nhibbY4DODJGBQD nlNaO1b5W+Qwg== Received: from ehlo.thunderbird.net (unknown [148.252.146.72]) by xdebug.org (Postfix) with ESMTPSA id F23B610C027; Thu, 04 Sep 2025 11:25:27 +0100 (BST) Date: Thu, 04 Sep 2025 11:25:26 +0100 To: internals@lists.php.net Subject: Re: [PHP-DEV] PDO\Sqlite: Add transaction mode attribute User-Agent: K-9 Mail for Android In-Reply-To: <568a0b0e0228b340f7993e2b66b299fa9685d400@hey.com> References: <568a0b0e0228b340f7993e2b66b299fa9685d400@hey.com> Message-ID: Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: derick@php.net (Derick Rethans) On 4 September 2025 09:40:46 BST, "Samuel =C5=A0tancl" = wrote: >Hi Matteo, > >>From reading earlier discussions my understanding is the feature freeze >only applies to things that need RFCs=2E With PRs that add simple >constants not necessarily needing an RFC=2E > >Personally I think the diff in the linked PR itself matches that >description well, while the alternative implementation in the comment >seems more likely to need an RFC=2E > >If I need RM approval how would I go about that=2E Email one of the RMs >individually? Flag the PR up to them by requesting a review from @release-managers cheers=20 Derick=20 =20 Hi, Can you please not top-reply on this list? It's on our guidelines=2E