Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127494 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 8605C1A00BC for ; Wed, 28 May 2025 09:09:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1748423216; bh=etqOjHkmkPDLvcISaA5Ck/WsEjmQu17DifCksB73wXE=; h=Date:From:To:Subject:In-Reply-To:References:From; b=NIHe15Yv9FwwBxTrmRtGkZo+E4yiuTTb8x6ILaSO9V+9ROr98TqtJnRiDsOAQbK5n JmyRahMBrHhC33AGpQu5GlrzsjtNWN4PD10NdgAb2sknOyLaCkp8UPp1Ubr9otsx5/ j6MCL3+n0dPAZhoEcc7LKCUcKiJ5R0VXjvPUpwobqm1DMS+Vi/PtK0iG3fJjXgkEKG y5eWGCpNmOIgOXJolV3VG0RdIrPFL5qyHfg4EvlbL9f7CTeBQ99Uj3ClQy6WcvVcJB qc/DVi3ubtOQ5ktakMZG1SktUD/09dZthZCuhLAnY6DsPGcizUV20DYzra5vTm+KAp 1Tsd7hgOMZxBA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id DF038180082 for ; Wed, 28 May 2025 09:06:55 +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_40,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, 28 May 2025 09:06:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1748423340; bh=FYevPFFPmIj0dpqSuChwiXZCW3U3PlooySdi0uDLQ0M=; h=MIME-Version:Date:From:To:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=JlXF4FzI1EtKstvN87CwA2FAD78Wd7CK6+E3xhfaHHp+BKP+/Iv+1ktxjwUEJwslZ S6T8YdN/wAFIjnPkkri73+kUDD7WZMuBYnnE7m0JocMfdxIHgpYxf9oh+rlnbH9CCX ZcqjhomnI3pDRi/pL9dWAGmWOfj3MEs+otidRYNtmDhjtURZ1ViHCGsVsa4Jf7Tyhl 16X86K1WHBcq6fyofmVn/taK7eZAiSyuIfoG4og/1WxZDknS/AqnBlWlgCQPmSk0Ke AMY4lbAA12D/3N6UEcPQSxXkAYT6b93RB3RpO32/6iFNhfASmUgsVIO6f6NB2LkuXb TK9P9w+jl70Yw== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Wed, 28 May 2025 11:08:59 +0200 To: "Gina P. Banyard" , php internals Subject: Re: [PHP-DEV] [VOTE] Throwable Hierarchy Policy for Extensions In-Reply-To: References: Message-ID: <6b2576f25df687c94a59a6357a030cbc@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-05-13 14:03, schrieb Tim Düsterhus: > As with every RFC, a 2/3 majority is required. Voting ends 2025-05-27 > at 12:30:00 UTC. For some reason I thought the vote would have ended today instead of yesterday. Anyways: The RFC was accepted with 25 (Yes) to 1 (No) vote (96%), with one “Yes” vote arriving after the announced end date. Given this is a Policy RFC and we voted on an exact commit, the “implementation” is already ready. I'll ask the maintainers of the policy repository to squash merge the PR :-) Best regards Tim Düsterhus