Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128677 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 AF3921A00BC for ; Thu, 11 Sep 2025 19:20:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1757618371; bh=ocPvB1NsexZpvJHZslDiDZaDSJNbvXBrY16DIcChsfk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=QeTjuZJwNs8tERneVIkCMz2MzSIkv4gN85oODb5V6nomeybdBRSfmdlo3yi1XOvzs 5USw8rSL8wX4lS9wozkpLBQ4Zn5TNDUVet2Xw+bitasxCS1KQK7MQ3NPU7k87SeAZG 24Jh4TeKJPOaWyEzOluQ+Ouyxwcw4lrC2F/PjhyrtMQ6imspCJqtyN9CCnwPgIbijS Ybd0tm/NbBkiChNsBVGyg69XyVnbVUEVaChtSLo/ucWV3OM7L3ZNJbiINyOYIzaQdi XQwj0NQWD5T5zSDTq7+8FXBikG8nx7onZ+qzrWsbJmzHJt9d/PSIeVbqZybnjOyyyQ JLLmT0p8ub6LQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 078E91801D7 for ; Thu, 11 Sep 2025 19:19:31 +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.6 required=5.0 tests=BAYES_50,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: No 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 ; Thu, 11 Sep 2025 19:19:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1757618455; bh=CYLr8c9jhsz0IbPchq03wOINyQGcW1L7Xb14Hbs/aks=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=VoqKUKwJOxN5P2xScgSbxf4TLUJJ7Cb6BIqzbY8Yd1DLF8cMJ1e0IQ83Bvu7YgIXN LMDCUz8hB57u6URM1zqnEExS64gpjTal2oCBdjEjY0mtPU6QMJczFcpOmgQ+l+8U2T omsxabVjFLissVn/EhqzripivG0t8ggRDZHwX4DkPGFSAdKW9vj2KuCXF57codGPlC hFqstZm9IQAN0M4pYhfQUTjSlV9aWWuQAfH1GOq/0m131XvkkfO2uhv3ColJhNkaXt sxFdnYP4hHEku3wjFwaIXHGEJbksml2riLuyeOLd+fXeYP/5xMGlc3ZnsEMMtFgm8U JkNmQocoKVrkQ== Message-ID: Date: Thu, 11 Sep 2025 21:20:53 +0200 Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Subject: Re: [PHP-DEV] [RFC] Soft-Deprecate __sleep() and __wakeup() To: Nicolas Grekas , Daniel Scherzer Cc: PHP Internals List 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 9/11/25 18:51, Nicolas Grekas wrote: > As a corollary to your message, I'm wondering what would be the earliest we > could open the vote? > Our policy on the topic says: > >> There'd be a minimum of 2 weeks between when an RFC that touches the >> language is brought up on this list and when it's voted on is required. >> Other RFCs might use a smaller timeframe, but it should be at least a week. > > > Should it be one or two weeks? Clarifying this is part of my current policy RFC. The established consensus (and expectations from users) is at least 2 weeks of discussion for everything. That would be Friday, September 19th 2025 17:54 Europe/Paris then. Even when taking into account the expectation that changes to the RFC text requires additional discussion (my policy RFC is also formalizing that), I'd say that the changes you have made to the RFC are only clarification that do not change the actual proposal, which would be a minor change under the definition of my proposal. Therefore I'd say that starting the vote at any point after the above mentioned time is strictly within policy. > (I don’t expect to convince Tim > either way, so from my side that part of the discussion is done. ;) ) I agree. I'm also okay with the updated RFC text. While there are still some things that I believe could be presented differently (as I outlined in my email earlier today), it reasonable fairly represents the situation. I still disagree with the proposal itself, of course :-) Best regards Tim Düsterhus