Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110224 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 65649 invoked from network); 20 May 2020 22:56:12 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 20 May 2020 22:56:12 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 069C31804E4 for ; Wed, 20 May 2020 14:34:58 -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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS 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-lj1-f172.google.com (mail-lj1-f172.google.com [209.85.208.172]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 20 May 2020 14:34:57 -0700 (PDT) Received: by mail-lj1-f172.google.com with SMTP id u15so5660495ljd.3 for ; Wed, 20 May 2020 14:34:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=02uE2+7ahS9fv5ed2hv7mTvsa2axy2jA4BcKWfSOqhM=; b=s7wcCoyZ/S8juXPxxOxDVSlcwOKDL700cacgQSoYs6gMfdxLb0AeJNhe+BgzNy74d8 1R3QfRtlR72n30n5KCtcXu73fCgGP51tG+Y1sxz6A2kLPgvMjce2OkObjp9MqlJ4NUHX OYfIRQZYE/lUV9QX6G8+0dPw00g4lmBvpq1kn5MS5RlzknQv65FecSAG3J/q9GG6dPkd GKfawkOSmWPWA+ys4JWW3YZ+zUl/Jhzpnf/HeENpsKAs53e1PaLF0tTYIFJ2l3pntvGo PSbdIG4RBRqI/+ZPcpd3doXM5Za72uPwfYaMpMd3GsHbjYBWqiHFpmeKojn2Q7C/8NCY CpfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=02uE2+7ahS9fv5ed2hv7mTvsa2axy2jA4BcKWfSOqhM=; b=Je4/dmmpCsQCJXaE3EV97aeVAT/liR791PKuhhJjSAfMEzCrLkiCl05gnNRK0gebuR jqQsZVhPmH5e09ALTroEyZpkQcW3PATqtCTlwMaz8RJpJ7upRkpj6SkN4Hw8EBQB21Vn YkEIDwVCPiCSbAAG9Cxwe9M17cvfjmL0MokjUgn2MWhqIx8Owzq9Dz0C/8+AhCSr8AlO q8DzP9yIh0BaW6llqMdavXP8Lk+tGCSybLkb2S5PCZ+7b9EXlV5RKyFDAnOb9DE7xeOf EYQ7FnMHJuKKRolGJO5YCH1G/MBQ8txuHBc3gplcEEQJ5yqZYH84t03NSuYGMRoxbO1E Rhwg== X-Gm-Message-State: AOAM531rMRSctEJouITagyjG4kz7d+GaekDbLl5QcObdWE9qNkLzIdeW tLzaXSHFpbR0V+H39J0aPihObbRi94ExSqVpb/U= X-Google-Smtp-Source: ABdhPJwGn8Zf/6cw7gR+BTNyFtOBQjLBXm8kuqUjn7koR1L6I5Wghb2sHnJbwB+slBQIAox4qPMHNU7DruuR+h3QNUs= X-Received: by 2002:a2e:8e70:: with SMTP id t16mr1443289ljk.445.1590010496092; Wed, 20 May 2020 14:34:56 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 21 May 2020 00:34:44 +0300 Message-ID: To: Benjamin Eberlei Cc: Marco Pivetta , PHP Internals Content-Type: multipart/alternative; boundary="000000000000cf0c4105a61b2a0b" Subject: Re: [PHP-DEV] [RFC] Amendments to Attributes From: benas.molis.iml@gmail.com (Benas IML) --000000000000cf0c4105a61b2a0b Content-Type: text/plain; charset="UTF-8" Hello, Would it possible to make a separate RFC for renaming `PhpAttribute` to `Attribute` and `PhpCompilerAttribute` to `CompilerAttribute`? Since it would a huge BC break changing this in PHP 8.1. Best regards, Benas Seliuginas --000000000000cf0c4105a61b2a0b--