Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127916 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 E85CE1A00BC for ; Sun, 6 Jul 2025 11:25:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1751801026; bh=0BOC7qCc1EK5/IpOt8AddWIyMcpbyyxqipvSPa7Tnv8=; h=Date:Subject:To:References:From:In-Reply-To:From; b=l5b7ILejYfLMVtPGfxzfO+MCXSYYyIX8gnp/92geJyMHnkLd4EMtXR6KBnaGssH8S wwX5bWXc9dVIC2hdsKYfdVBq63Nh1tJntUnWz6nNIv4dd3c2z5OCd5wq2fPtjLz5xJ ecLAXQV6iMK0I7VNtfKE6EcNoX86ZfmaYFNvIYnTU3mT5ItGuvj9c1lUG8aa64jUQc lsaQd2l6h0bhkeQsXnTHIBXxp4KN1J/lLxCi5C5kDJY8TSDagkXp3+JSbXoLjlxfIr 4+UbiibIYN2KzpHZBQRw8r8IHKXOnx+pvie0+HleJoAm5Lw+eR0q8zgN8/D6Jlz/77 SR95wz+Ms0feg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E7AEA180721 for ; Sun, 6 Jul 2025 11:23:45 +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=-0.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (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 ; Sun, 6 Jul 2025 11:23:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1751801135; bh=V5Mfr3zp0CdHpPYoH28Ye5F3BHfrfHxT1cltBu+ZidY=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=Qmhj6vacg6Or3/F+vJ+Wy9QP1rQ+KhUmM82zuIDZIh/dJEOCQltHB4Lq0R6XGbUpC 3djiIm/WQa5HRIQltKSohbK8eas6mf0Y7k02N950AktiZZNv0GU7kTAnf8+2wiPVss TwXfzJ/3f7zPvSMnPFWqWFiR4IaAeLq5/76SrcK37CAmPZUAGrEhXCT5Gkl2qgAjFB g3lefIEESKc4i8iSuSOKHBhlNTxlVdpQNiDYTSZ/HIvw96ck3yH/S3LdsJVFi4CHw1 5TaYM2NGmfUthhvwLTPnQQbBe6zh8pUPWLjdfA+b1TjsEkIGmq1xpRGo1NwjVgnyhv hrtJocbZtN30A== Message-ID: <8d142e3d-c1a2-4d1e-b3df-cf0c6a0f30f8@bastelstu.be> Date: Sun, 6 Jul 2025 13:25:33 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Subject: Re: [PHP-DEV] [Discussion] Cookies Having Independent Partitioned State (CHIPS) To: Dmitry Derepko , PHP internals References: Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 7/5/25 13:52, Dmitry Derepko wrote: > I want to allow the "Partitioned" key to be set. Shall I open RFC or is it > possible to create only PR with improvements? > Also, I think it may be backported to all the actual PHP versions. > Just a PR should be fine, this follows an external standard and there should be only one obvious way to implement this. Backporting to existing PHP versions however is not allowed, since this is not a bugfix and the documentation of `setcookie()` already says: > To set a cookie that includes attributes that aren't among the keys listed, use header(). Best regards Tim Düsterhus