Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127206 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 qa.php.net (Postfix) with ESMTPS id 7C56A1A00BC for ; Sun, 27 Apr 2025 20:12:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1745784635; bh=RbVRCV4mx2Qg2Ov3bxaHzfeNEGlHwdN2XVimKcuYXEk=; h=Date:To:From:Subject:From; b=E0Hoe4uittZkOkIS61n14BjiEqy89yRGGSNavKR6wWketyVFzWNnyaqdki88nMrcI Pd2CW298JUBEJm6hQqYuDu+GUObsxsy3UDnoviu70KsyxcQWaf0AeuSgt4smAQWyIJ 5zzn6ESQ/6CZS0nr2uJa4iv1kyyaITvrd3T04e4i7Kkl/0Sk2ir4eRZXcYf+ZnOAx7 qGtgGgTEADQYHiaX0NC2Seka6dVb3JgO/2xxwHMVI4vH7UjARRo+Yj8IsQAgiwE4j8 ygNBIVGg3q+69wOJhnGn7jDvxeDpceGGNUcpJ7i2BLrS9m7jCO1dZbujfZ5G90rEdN bmxOZL8aj7I/g== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D555F180081 for ; Sun, 27 Apr 2025 20:10:34 +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 ; Sun, 27 Apr 2025 20:10:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1745784770; bh=0WSFJAqpaB01q+dcPghCdfY+g+mcdqHUzBbjesYun08=; h=Message-ID:Date:MIME-Version:To:From:Subject:Content-Type:from:to: cc:subject:message-id; b=fAj/bUAEdIp4XvmsCgxgxysoPn4DsmRtZmD0qaCmDfmXOvJY7TLnlnRko4RXti/kG i2w7zTHbAlVHP1c7AHwiPubmTbV6Sciyo+gZlkIQ/vfqCJpPxYbf7wIQ8DLz1dgQAD g9gsT0fLQ7gmg/1mjw1Etqd+pwUOBjMNXz7lmTJbpiI2JMQzgu5lShn55cpkBE24eN 7C2JQxHNry+q7worQb/UWrAU9IwS2QLBRPZb3wi8W8McSTy1bYjGu9kXPivkTxoxpX Y0m9oxAeiW50ylSSwalgx2fMwFEpZxmFhbToIUd7cx8syAWs2qznhx6cOHaPV16sMF BsCDvCDdYh/nQ== Message-ID: Date: Sun, 27 Apr 2025 22:12:48 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Language: en-US To: PHP internals , "Gina P. Banyard" Subject: [PHP-DEV] [RFC] Throwable Hierarchy Policy for Extensions 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 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 The RFC itself also contains additional references. This message is intended to begin the official discussion period. Please do not comment on the PR itself, but reply to this discussion thread for proper visibility. Best regards Tim Düsterhus