Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122049 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 60917 invoked from network); 26 Dec 2023 21:58:20 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 26 Dec 2023 21:58:20 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 82EF4180051 for ; Tue, 26 Dec 2023 13:58:45 -0800 (PST) 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: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 26 Dec 2023 13:58:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1703627898; bh=DZItlnQ/MxXJN0ScWsTcqyvTCmYlTCzl4UTdPlFHagA=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=cCdizK865hPD8GXS9mgLo8lDnhjO1jRGG3OuyInSJxCH/kZeSxvGpPajYINJfV8d8 lnpPoL/2/tG2IMsZCZX35+2/+q28t3xcRfR6EAqnapq5p28sJLurzwKhA9XLoGdiFI HuWGDb3eMgKY0CZC0Axrf2h4DQmLTU0GABiG99bobiBvgg4pw9fhtm+31QWmK4W2la 2pzosjsraUy1Zao19XUm/A8uty41g54p9Q81v+V0ikOv+nCtfhTL3HS7fQHaDZ7yph rQ+njc4tmyra8zRpjJPaRx4Rea/hj6m+oyjZv4B9kFtRUZJkO3YgPAhB5iiJQaf1QV JGLk+v5U59aWA== Message-ID: Date: Tue, 26 Dec 2023 22:58:16 +0100 MIME-Version: 1.0 Content-Language: en-US To: Niels Dossche , PHP internals References: <756bcf2b-f98d-4203-9004-1cbfd402337a@gmail.com> In-Reply-To: <756bcf2b-f98d-4203-9004-1cbfd402337a@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Pre-RFC: Fixing spec bugs in the DOM extension From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 12/26/23 22:45, Niels Dossche wrote: > In my opinion, having them become proper classes instead of aliases has my preference: either we fix everything in one go now while we have the opportunity, or never. As I've already told you in private, I'm in favor of using this opportunity. > Let me know what you think, especially regarding the type issues. > Will the classes be made `final` if they are no longer aliases? That should (hopefully) make similar changes somewhat easier in the future. Best regards Tim Düsterhus