Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128084 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 0192D1A00BC for ; Wed, 16 Jul 2025 13:53:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1752673882; bh=aYhs6xF+O5DfR9IHwiuS7FwHg3RB2K+N65/Qs+cEr8E=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZX8V83dHBrgc63iqDMsm2rwsqYS/xMJM3g13hQYavwzWbyEuZZJ7WccR5JYAt0qxC kYU+anyiJIC2CHnO6prTb9ei+DV/f8DsUeH5lKalsVNfAfGRjGlPBJcFa9/Ez2lCrJ sgAgWwxj3WITgmlQvFi5OUSONizdDVTBn9pkQmRDy3hDQQEJq2vSg1fAIWpw3lr85Y Zru8ceeQBMQo5fFaKAcTVthzNdaRiB73Hs7ucWw5LPglzT8Rhj67aZg+6O8fX11BdI /X3gh1LtdC2IXQVj+777/IdtfGMgCfrkZ6ZE0Jlak2n3nVwzXYc0WO8v+cfbxyIplK pCJWAD2PUKfog== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 50ED11805AF for ; Wed, 16 Jul 2025 13:51:21 +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=-2.1 required=5.0 tests=BAYES_00,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 ; Wed, 16 Jul 2025 13:51:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1752673986; bh=X4KG3UDw5GC6/xQDm9QROw5ksf99gdn8U/0Bwal3TMY=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=iGoZAGxQfCfJ5qsL5hztE+Gr2WEv+NY/nixT96JxhUlnsADXTG25vkCTkCM4tY/iB OAzk0gk2Z8iQZcn3BZFLDYIbAN03bDyLFl7VRdtSk2j75oOzqTYindutwS6j1YPqdp P2S3yfsa9DYoZo2nMHSpKzjut9Oe/eOKF+KV9v33V6uhZQVvlDHNxygi5weMt45SDZ XCcfnkNMUN131ZIiMCz18iGaMVh5qkE/fICWQFsieL4rk9iRTiaf5B02tkPAQ//aD4 zt9X9pM56T2xO8dIKz06HRmWwQ59Ybj9LufnZ2TDeskOuJ1ruJo3DkmaXxFRQTHv1J XuQNjS+sh5p5A== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Wed, 16 Jul 2025 15:53:06 +0200 To: Derick Rethans Cc: Dmitry Derepko , PHP internals Subject: Re: [PHP-DEV] [RFC] [Discussion] CHIPS In-Reply-To: <35861960-bf43-1396-5cfa-3bf18ea1ca84@php.net> References: <35861960-bf43-1396-5cfa-3bf18ea1ca84@php.net> Message-ID: 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 >> 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. I agree on both of these points. The RFC appears well-researched (including the support for sessions, which I would likely not have thought of myself) and has a very straight forward implementation, since it's just extending an existing API based on an external standard, making it reasonably risk-less. As to the RFC text itself, I like how carefully the “RFC Impact” section of the updated RFC template [1] has been filled in. I don't have any other remarks, except LGTM :-) Best regards Tim Düsterhus [1] https://externals.io/message/127834