Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128671 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 39FA71A00BC for ; Thu, 11 Sep 2025 06:57:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1757573777; bh=hv2WAimXTn8MrHL3Mlal8BS/ywg33V/LE7ToZVFB1vI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZUkVvH7XCO6xd8xB21o03ApX9jHyT7no3mlALvsiEXrddzzcxifGwTYFtGMxUsjQk O1rRY3chqX5KZvX7ApVE/MUxWeSU7u3k/hPjy7rVomEmrT4NsUnm9osWt26HkVkAbC e47SnYQFtDWLxXrwBbaWeo5ZL4uTutNFEtig6SZD2jIbGpK9L/fPqpNUkNG3m1y2JO Scct8jTT1dE+XJQpjiL3I1DfhUT8DYwFk4XcloPSNkDZcDg3atPg373GZb+wh1jZs5 FBXsYHPoM+6Vyu1NHQFO/M3DU0tiBw8IBq+pXJzuLfXs/mdQO3lu0misfuPlYa6uWo XHL0z9NzzKo4w== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A190318006C for ; Thu, 11 Sep 2025 06:56:16 +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 06:56:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1757573860; bh=N7zDpPMmIgzBtiw3KZCT/HyNxuFGQTLR8X73K1/Hg4I=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=ndrtIokqziGciSip2tSdZIbxvJNmYPSn3KwHIn9uvbJbdjQEZtjEv/3Qv127HBZ4x b/o+lSNRQ8XQG0nJ5elpic/RwlQ8+GCu1RHjCZ9eEz6cj9N8fmJSLMxg5sRGfTk3pI DwoIe98ILL5fBvfQwD8688Xn9dKGhRJp+tYwlMHZ0PrQbMHNLttyGm5h2v9Wki+kUx jOUQpS4vTsyOs5FsoOxP6Yl0tFDsit0bPXtHQ3OM4SPUzyb+4/VcBYXvCHA/VRuVR+ KuCrDP4TZjBgOGIj0dN2La36trW1FtIW9p7O9KRpKL0WxGPf/wTVVfNJE5KX8chBqu l+zhP6Cq6ReYw== Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Thu, 11 Sep 2025 08:57:40 +0200 To: Jakub Zelenka Cc: Nicolas Grekas , PHP Internals List Subject: Re: [PHP-DEV] [RFC] Soft-Deprecate __sleep() and __wakeup() In-Reply-To: References: Message-ID: <56f489e612d44bb7339aa3ea64c708be@bastelstu.be> 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 Am 2025-09-10 17:39, schrieb Jakub Zelenka: >> A recent RFC to deprecate the __sleep() and __wakeup() magic methods >> in > favor of __serialize() and __unserialize() passed (18–9), but only just > met > the required 2/3 majority. > > Hope it's better! :) Thank you, the updated phrasing is better indeed. Factually stating that it just met the required majority (while stating the majority) is something different than saying it a close vote, which leaves room for ambiguity. Best regards Tim Düsterhus