Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114118 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 79242 invoked from network); 24 Apr 2021 11:31:28 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 24 Apr 2021 11:31:28 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A1B001804E2 for ; Sat, 24 Apr 2021 04:34:59 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from sender4-of-o56.zoho.com (sender4-of-o56.zoho.com [136.143.188.56]) (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 ; Sat, 24 Apr 2021 04:34:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619264095; cv=none; d=zohomail.com; s=zohoarc; b=X7Cq5XLLsCcgVp+gHE29XII2DTlQVZycam2bgeujjorV2KUGXEjqOrVRbnVPa4S16lnjOsBCp7o0SJALTLJI7MAss4AysAHbrLvx5+S3AuS5bbDoRaUuuzicnQUA7IzEpu/NG8KTc6SW4iQjTRsXEwDsvzgV4etmhVkH2owgv2k= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1619264095; h=Content-Type:Date:From:MIME-Version:Message-ID:Subject:To; bh=4XOq9iIUwTINq92bRQySvFA1riqJ/NwO4RRs/lwzgR0=; b=gz8qTDkUyDLVs79N1uFEADFz1xwARX52bmZl/RA+vMu8fHQFR08s8HoR9F1J5CNlpBvVRelAge1ldE7Nxd8F0pmXYqBVRoogBYP0RCsosrOe+hKDVoRK5R6A0v9NtTUHKQfQ9EnKbRKWjvLdCMzNtM6YyGVyrq3Fq6N4pJxGnYY= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass smtp.mailfrom=azjezz@void.tn; dmarc=pass header.from= header.from= Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1619264093577383.1773046805632; Sat, 24 Apr 2021 04:34:53 -0700 (PDT) Date: Sat, 24 Apr 2021 12:34:53 +0100 To: "internals" Message-ID: <17903a93d74.120722efe200673.5873031933651438902@void.tn> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_649622_1651596440.1619264093556" Importance: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Subject: [RFC][Draft] Sealed Classes From: azjezz@void.tn (Saif Eddin Gmati) ------=_Part_649622_1651596440.1619264093556 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Hello Internals, I'm sending this email to open discussion about sealed classes, interfaces, and traits feature for PHP 8.1. I have create a Draft RFC here: https://wiki.php.net/rfc/sealed_classes A major concern for few people have been the syntax, in which it introduces 2 new keywords into the languages, therefor, i have added a section about alternative syntax which could be used to avoid this problem. Regards, Saif. > Note: I'm sending this email again using a different mail client as the previous one ended up in spam folder for most people ------=_Part_649622_1651596440.1619264093556--