Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124005 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 5DA911A009C for ; Fri, 28 Jun 2024 23:53:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1719618892; bh=sIsbAab0kUQt6SzZajsIBE5eZ/zJ2TQ8FZQ6CUWrFoU=; h=Date:To:From:Subject:From; b=WYxCep6WhAB03/9DbuSx96m29KAf5NjozQUTpgtC5I05fnJCUyEmGympffvYksWv+ Ff9wzCb5vg6cjN10O36k9QefLZ9Sxxmdxyfq7LYFzdIV58cceXXbcOXzLZ4Ja2ZbrZ rOxnyNvDipmOGabBRfg7+n+CCTuIHfjapU/UTkPgrGfI/yLcLh4APNhtz7EVWxs7Oe o9j2oYPld1w6Hofjq3N+sjf51p0Ui13Oh2r8pISWoO2bkObnDC9UAqiNZ83+lnQM9f wEnDy1lAyoNX7ktPDvYfnMFfSf3qHIZJY5JQyRQrxx3zyVFK/yUMTfMQwH7RgJqxOo 7BbEYMwJGM24w== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 37FCC180668 for ; Fri, 28 Jun 2024 23:54:50 +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.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS, T_SCC_BODY_TEXT_LINE 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 mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) (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 ; Fri, 28 Jun 2024 23:54:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gpb.moe; s=protonmail; t=1719618808; x=1719878008; bh=sIsbAab0kUQt6SzZajsIBE5eZ/zJ2TQ8FZQ6CUWrFoU=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=DnuNREhhlrPUm+Dtu3b2nsgmkFsfY9ngNNWbZh29DiFIKWoaMdHz63n7U87faCv/S rxiXeYHxRfeFNchyiS91tiBaoPBOgy7JE/5bVOnugw5s1oCd7y//TPIzQ2I0n/vYh4 cy4jzTmZC8d2ceAqmY2DS7fOo+xxfacAJAfSa7p/nv06qJuMisHQ8unHBrZhFKttOD 8wH7LJCRE3O4Ov6G1aAVQN9aekdbWL7Nf/BMlGlRGKAZPErZziGDDjU7R5qR5xMe1x KM1a91HkjiFelrCLAE34tp25JZyP15ja/0RZEPw8dqRR9Mk75VMDIUiRkNw+wjHJEK Nx+EFNMB/23SQ== Date: Fri, 28 Jun 2024 23:53:23 +0000 To: PHP internals Subject: [PHP-DEV] [RFC] Make the GMP class final Message-ID: Feedback-ID: 96993444:user:proton X-Pm-Message-ID: d1e03d61e47040a472f4b9f6042238dbd9001234 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: internals@gpb.moe ("Gina P. Banyard") Hello internals, I would like to present an RFC to make the GMP class final: https://wiki.php.net/rfc/gmp-final This is short and to the point, and I intend to open voting for this after = the mandatory discussion period of 2 weeks has happened, i.e. on the 13th o= f July 2024. Best regards, Gina P. Banyard