Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118002 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 62049 invoked from network); 20 Jun 2022 02:54:23 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 20 Jun 2022 02:54:23 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id DFF0D180384 for ; Sun, 19 Jun 2022 21:43:17 -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.3 required=5.0 tests=BAYES_50, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-ej1-f49.google.com (mail-ej1-f49.google.com [209.85.218.49]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 19 Jun 2022 21:43:17 -0700 (PDT) Received: by mail-ej1-f49.google.com with SMTP id hj18so18127814ejb.0 for ; Sun, 19 Jun 2022 21:43:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=iZWQN0snKuWKeQHBUZoY3pU8Gr83PRAaZ6bJt2yvPTM=; b=GDSQNPIW0/RbC+PaRivwp6Z0OC3THH/un8+zzkRWtSprT7pPh6Jsz6bRrsLfTEOAEY btYFT3D8jIYc+EGjascCR7sX4chGXWfA3ogDTIG0eejoWgJ21fYfFiyR8Gd7kPGIln9a kZyVfJvESegdCQSF+ySVAmhgxNvGVTb70jF8Ea0E5fZO0PqzofCqKd+tmHLFVVm3oRmS EvNNFxfgjj6acugU7K5Rhk0WazM87fTyk11/ob6VAi+2Xe4jQG/3KlsLixqEtHv1eXvW F0PWTqdJk1hHzbIcaZ9U78UxiWTA99dZwYUd11h455IBUIdv2HtORr3SbRRPijaPBOtr ZVVw== X-Gm-Message-State: AJIora+Hk2zn3KYaGKBgKLFJzUPMyDhFuly1pQ2qfmBDPVeNuaLZA7cs FIZwm5k8RRe/3PMMD67c2eH1yDG8DDN++w== X-Google-Smtp-Source: AGRyM1vKBvOO+jn5OfAcFlNebYsaa4mVivcCcKoVfjkghnKQiEBlDu7Po+orDHwwqo8cO0bA8Ds3jQ== X-Received: by 2002:a17:906:2001:b0:6f3:bd7f:d878 with SMTP id 1-20020a170906200100b006f3bd7fd878mr19794651ejo.133.1655700196067; Sun, 19 Jun 2022 21:43:16 -0700 (PDT) Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com. [209.85.221.52]) by smtp.gmail.com with ESMTPSA id n9-20020a170906840900b006fec56a80a8sm5211936ejx.115.2022.06.19.21.43.15 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 19 Jun 2022 21:43:15 -0700 (PDT) Received: by mail-wr1-f52.google.com with SMTP id q9so12906916wrd.8 for ; Sun, 19 Jun 2022 21:43:15 -0700 (PDT) X-Received: by 2002:a5d:5c0e:0:b0:219:fe4b:c4c8 with SMTP id cc14-20020a5d5c0e000000b00219fe4bc4c8mr21416432wrb.647.1655700195333; Sun, 19 Jun 2022 21:43:15 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 20 Jun 2022 13:43:04 +0900 X-Gmail-Original-Message-ID: Message-ID: To: internals Content-Type: text/plain; charset="UTF-8" Subject: Request for wiki karma From: sji@sj-i.dev (shinji igarashi) Hello internals, I'd like to request a wiki RFC karma for constants in traits. The initial discussion on internals about it is here. https://externals.io/message/110741 I have taken over Stephen's proposal and have a PoC implementation working on my end and am continuing to write the RFC. https://github.com/stephenreay/php-rfcs/issues/2 Wiki username: sji Thanks! -- Shinji Igarashi