Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127340 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 719F61AD8DA for ; Tue, 13 May 2025 12:03:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1747137667; bh=7cNigmR1zO3AM++lSdiiouejw1puElsCF3TIL5TTN0g=; h=Date:From:To:Subject:From; b=FfwyfBmEleiqJ3eZW+79eda9hTNMP7+xT6kYS5W7ufzyXLh0WEZ6lr6ofuTmHl5Mn p6+wrNq4Rn9h4jzt6SEJRNJEiNjED+1Bfs6RDK2K6oAJ190h7Y69C37c7EB+Ut3YEi R1BTlhGe7HvIyRYhtytJiF7401RZ1Qo5I15lRPigRVUlDQ1Dt6Pn9EyYw70q1TSUbn K2+c+qrd4UUynTp+qPzej0MzX1Nwr+DMO1hmLKgAJCSfQdfkYZjddJyhP2UfW9Q7a4 FxBZRHo/F4ntbYGrTZ4Uuy2SF5h26j76d/vW83W0yAW50oxXQlLrh1MRKB6ufPSSLr fkrLnHrSsjsuw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CA3331801DE for ; Tue, 13 May 2025 12:01:05 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_05,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.0 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 ; Tue, 13 May 2025 12:01:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1747137793; bh=efBS8PNfMNecLkXpubKSRVIZNa7x+9Zh82ImycDuNN8=; h=MIME-Version:Date:From:To:Subject:Message-ID:Content-Type:from:to: cc:subject:message-id; b=K/JCO+3np1Yh6MRqW05az4ZCK2lPq2XCKC0ndJZEC0XpJMmdnB+QBr9hsPCEt5M5+ 66Qoe09+iUwLkONygxXhs970X2GwPU5Iji5CoYK2G/140tO+sHYctPZP2plsQt0A+S y2Alz/g9X2L4iQ/jKkl42nxyFIdMkF2HFJYJVf0movE2vQtb0rUnXLiL+CY9WGOdXl FZSijQ4gzEG6polLf3HcaBQMx1cIS10TpGsssNUp7WpcsLanK3k8vkJLbIDvnyM+yP T2PvaEna+ajI0A4/rjePPf0XwwxwdVIFkOOGa0zlpFVzjiMitd8/sLhmmJe+D/GD3K kLoChw9AfNETg== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Tue, 13 May 2025 14:03:13 +0200 To: "Gina P. Banyard" , php internals Subject: [PHP-DEV] [VOTE] Throwable Hierarchy Policy for Extensions 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 we just opened the vote for the "Throwable Hierarchy Policy for Extensions" policy RFC: RFC: https://wiki.php.net/rfc/extension_exceptions Discussion: https://externals.io/message/127206 PR: https://github.com/php/policies/pull/17 As with every RFC, a 2/3 majority is required. Voting ends 2025-05-27 at 12:30:00 UTC. --------------------- This policy RFC is the first new policy since the introduction of the php/policies repository and the comments on the PR indicated some confusion about the scope of the PR. Please familiarize yourself with the RFC introducing the policy repository: https://wiki.php.net/rfc/policy-repository and also the README in the policies repository: https://github.com/php/policies/?tab=readme-ov-file#policies Please also check out the “References” section in the RFC and the RFC discussion for further background context about the proposed policy. Best regards Tim Düsterhus