Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128080 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 5158F1A00BC for ; Wed, 16 Jul 2025 12:31:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1752668982; bh=sYMBAbI4wKzfM/mmWMHiA0Golo8LZHbUVJSlRgIaSc0=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=jUc2huVWg/kbv4T7Ue6lXnAEobpJCbWPYAvpp/oDUlJuUh/Rl2Ey6aG8EDgonZ7ZD 02kTh1qLkpLINGH5Nyi6Ig2EzLwRCITjJPfsEa6QECFzK9lNMQ8iOSSw0lKdp8AdRR n4fX2LqDkO5gLyMDlAvE27F6kpINK4l3B/a/V6ewJfpKnofCPApE3odGy6K9o3VV2s BBzqYJaQ+6PZFxc/BTmDpa9uEu+Fhn5CL3cPkprP0sVDmYg1rx/w37Tj9ERFSL8FgU vwd2739Av3N91rpQcggdnCg2/Adb4zFbXaY+eaWmEJta+GiX57qUmjPJTy71xkqtPr ZbzTiyG7SjIfQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0950F18004D for ; Wed, 16 Jul 2025 12:29:42 +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: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) 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)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 16 Jul 2025 12:29:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1752669088; bh=sYMBAbI4wKzfM/mmWMHiA0Golo8LZHbUVJSlRgIaSc0=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=eUNKR9tqEcUFzg5XOtiKeQPJqt9ycz9MbtUOlATQRKilEnAG72XBLKU+6QOcQbysW 8qSggQ8aDDCoTTq25znnOIWlvg7e+NCyU6lfeaTet1xF9Wz+BMdHYx2ZsvLRi4jJ/g Bdi9LOP9Dwi1EiA4mPQ7KaFMgaHkXrkPF1YLr8ihpQ+LGTZfQ3e2VolAHuG5scDNsh d0+lSPCac6ENaYKY4HDs4fSkfExSLEXwEcEvqr3xT+pJy9ecvHtCIvqCT7jiIxiusZ KjaGbwHkClUOyvYn4OtZ2DEfjP/3X5/q7I+dhDk5k5Whef5ctwnfL2m5+7jCyREJ15 cAPwfaOPlJ6/w== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id E71E810C033; Wed, 16 Jul 2025 13:31:27 +0100 (BST) Date: Wed, 16 Jul 2025 13:31:28 +0100 (BST) To: Dmitry Derepko cc: PHP internals Subject: Re: [PHP-DEV] [RFC] [Discussion] CHIPS In-Reply-To: Message-ID: <35861960-bf43-1396-5cfa-3bf18ea1ca84@php.net> References: Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII From: derick@php.net (Derick Rethans) On Tue, 15 Jul 2025, Dmitry Derepko wrote: > In collaboration with Niels Dossche I'd like to start the discussion > for an RFC proposing a new Cookie option for use with CHIPS > technology. > > As Niels noted, today is the day when in 4 weeks there will be code > freeze, so let's try to fit into the lines and deliver the value to > PHP 8.5. I'm not so keen on trying to rush things before meeting a deadline, but I think that this addition seems entirely reasonable. cheers, Derick