Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127333 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 D8C021A00BC for ; Sun, 11 May 2025 13:46:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1746971066; bh=MbAjtRztDZgExcnSal2EGvWNrrpNiQ9JVM6UuTWOJGA=; h=Date:From:To:Subject:In-Reply-To:References:From; b=bQ7FLo9PRm85WyGN92c+fMS+e/Wtyc7uuUkkj64EGWbltx03nZueupsEwaYjZ+EHL 4EdCrjFVoHJDULIKGkQHCnslNmLP5eSy4czPTt169syfC1abpvsBSzIZGf8H68gyVz Uzw44sZB1TSHj2iRJpJhOHO+jVYT+oP51GBlFn5NEJLmTS64L8zn8aUFzF2mYor6N2 lqnTiiFandReeHJiIMNzdfXbPTLyLJe3TUDjY80vLk/lEKPfnwYB3xvsaylpqFbArr QivECYbnxsPAd/X05fbYoi+yf31hhVy331kw7RICnbAKmh+YhlLeZVCd89L/iGqkgn 8xIRefSaHBbow== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8F5D418004D for ; Sun, 11 May 2025 13:44:25 +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.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.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 ; Sun, 11 May 2025 13:44:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1746971195; bh=fPlu6EmI+gXDydFsPO5p/ok0pDbZjXgztABgCKomLuw=; h=MIME-Version:Date:From:To:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=a3UoeuyAKLm2fjSxLX+KZKi4TZEvfkJNEXb7ntfQFcm9BAUvEVicZWbBdM8wuJLa/ Ncjl43unztUbfmuBx4FqrUjo1IAPOewzQTe3F4BdsmOvoxkIgNHnGRM56IdnnqS+EC LujZJu65dUbsKEXQwdzUtDcF6WljVF5jEwMInZC04IqXT1kcH0prP543I9TK2ovqub LdRB8pkVzeMm5yTdzI4e6zGVyqVum7mHI+gc6OCaRf82rPutysaX7LU0EJ/nH4Twde OaOh/rEYijDtCanYmcjeLFKpbTOq7wHYG+RrHSNFjeMdAMDtwZfsg3herPX727qM2d j6JOKqrIcy0tg== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Sun, 11 May 2025 15:46:35 +0200 To: PHP internals , "Gina P. Banyard" Subject: Re: [PHP-DEV] [RFC] Throwable Hierarchy Policy for Extensions In-Reply-To: References: Message-ID: <299bd56f684a3ad9e80bd4c3568a0495@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-04-27 22:12, schrieb Tim Düsterhus: > as announced in the URI RFC discussion thread > (https://externals.io/message/123997#127142), I've now written up an > “Exception Hierarchy” policy RFC together with Gina. > > Please find the following links: > > RFC: https://wiki.php.net/rfc/extension_exceptions > Policy PR: https://github.com/php/policies/pull/17 14 days of discussion are over this evening. There were some minor changes and clarifications to the policy text, but nothing significant and discussion has been silent for the past 10 days (and no changes, except for formatting, were made either). Therefore we assume that everyone has said what they wanted to say and plan to open the vote in the next days. Best regards Tim Düsterhus