Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124008 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 3ABB81A009C for ; Sat, 29 Jun 2024 01:07:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1719623346; bh=lQBp6koprSKo+e6TjLgcdSyVcNsWt2wucDVWVRCJ8ng=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=Md9AtNlDaDNqqK+EEuuz0sWF4xKJLUO3PxehDuPWUFTSgKtzf+xVbht7/AP2AsSjD pk4h2SH2p8BKPVkTITBs7iezJPgYn6sa3eWLAgO8DGTLCnijtxvkXYBVNXOnzGfpUE bC2u+eiowfbH6BTuqrXlaQwgg1KBm/AoPqS/2228CmAGhizDJ9Ks6hLtgDz1Qra4O1 f/jZFJb07PdF2VE0k7EsnTNoN45M9eCBn1Q+x06qAoA9+yLD361J8ItMIPFTd9j/w+ aoQnXbh/y/84wWeV7GTWlf/Lak1Hd1/YJ9lEv92ZULBQdF7bwpH5fx3cgGbexSnXEs Q+n2RtiA4OFrw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A5BE318063A for ; Sat, 29 Jun 2024 01:09:02 +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,SPF_HELO_NONE, 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.sakiot.com (mail.sakiot.com [160.16.227.216]) (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 ; Sat, 29 Jun 2024 01:09:00 +0000 (UTC) Received: from smtpclient.apple (163.67.239.49.rev.vmobile.jp [49.239.67.163]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id F13DE4011B; Sat, 29 Jun 2024 10:07:36 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1719623257; bh=lQBp6koprSKo+e6TjLgcdSyVcNsWt2wucDVWVRCJ8ng=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=S7/zhN9JPIhzR4f/mCFmynGVkQqDNOoGBM8jmf7pr7cXf7qAekZ4kB0J+Bpi4rxJr ZdqVUDSYYAYX50i4KBLzfvEj8bupQFkiWyXJ0UZLF5eFnBGUInfKpYbCENAr3Y+fta Uu/5wpA5xNLrGiggUZEzyE7nkxpoFGgdUoIAApBM= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net Mime-Version: 1.0 (1.0) Subject: Re: [PHP-DEV] [RFC] Make the GMP class final Date: Sat, 29 Jun 2024 10:07:23 +0900 Message-ID: References: Cc: PHP internals In-Reply-To: To: "Gina P. Banyard" X-Mailer: iPhone Mail (21F90) From: saki@sakiot.com (Saki Takamachi) Hi Gina, > =EF=BB=BFHello internals, >=20 > I would like to present an RFC to make the GMP class final: > https://wiki.php.net/rfc/gmp-final >=20 > 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. >=20 > Best regards, >=20 > Gina P. Banyard +1 from me. The RFC is very simple and to me doesn't require any further dis= cussion. Regards, Saki=