Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110221 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 4191 invoked from network); 20 May 2020 19:54:39 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 20 May 2020 19:54:39 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 96A051804C2 for ; Wed, 20 May 2020 11:33:22 -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-f171.google.com (mail-lj1-f171.google.com [209.85.208.171]) (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 11:33:22 -0700 (PDT) Received: by mail-lj1-f171.google.com with SMTP id z6so4966841ljm.13 for ; Wed, 20 May 2020 11:33:22 -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=JoDu2mHF+N8wbqtFHeGIJeyq/+Yc+QzQ1iPt0yUPZYM=; b=T7vPE/GY3PUmA8lfg7x2PyAKFsbip3N6dljR2UMG8CW+nXqkH03PpK6mBfVvL7tD6f KMaetVHLgTT5WiXyruwSG0DI4xxCPYeYKg0xsT5RTlKbIZjCAeowFFs3E87RGk57iJyF sg04em08JIz+VFq69kOuINOWosTD7MeoitbUqYP88SILzFGnDmwCU8MykNQ44sbrbOuG 0Gj+vWsRCR3MlyfuZhNxldQQ0w45Zf0xz49bdcLvWDMb0oxwrO3V41qdU4M8/SoTvaIO Uqo8AZfp9EKeG1zgiJ3IR9uJwuNpbXjZCakDRKYyzRasoRUUWIOPh2v68qtCqNQUS8gy enLA== 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=JoDu2mHF+N8wbqtFHeGIJeyq/+Yc+QzQ1iPt0yUPZYM=; b=UeyrsaFwbnBywutbAFHJ9enqZqjPH0U7FuNqV7pS2TPkNhmKNrB0MPq+TNtMc0omEQ aZMI1YHVd4Y+SGS6yE7FGe+IUVT+M3JPPtf5VaXHQSCxogiAiiWnhnZht/cFQtcQuftD wTL/CAXgCM5wJsd2/3HSS33MEg5raSPx9axoZxN6gFYe28LBTIZk2O9M38nPYFI5DfKa zajuhN0LQfPOa+jdhEMVBzjCOINLBa9h53LnWGbfh4ppizaKEfGx8wRuRm+/u5z8HKx0 Ls52gmtzuOujOTGfCsGrXNXjMvSEEzrOcOtBPkZUL3sogqQVSVQZLEl3coAqmQ0WIdk1 14BA== X-Gm-Message-State: AOAM533mGuyP5mnx00LoDPVxoIKfYv7mQmtJ6x+2QkU7z/wx/XG0RpGV 95DuT9gJnhjtPRFG4smYw6L5ZPNc0gkHVaTo8EY= X-Google-Smtp-Source: ABdhPJxSDzDhQlLGQGp/EwcJEKOVu5A500IDXhy2uWcJ4mz5j/Mr5bT/nHPJZH7Yij30XbFRQq64HAu+3XlwsctFB6w= X-Received: by 2002:a2e:9907:: with SMTP id v7mr3444396lji.0.1589999598514; Wed, 20 May 2020 11:33:18 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 20 May 2020 21:33:05 +0300 Message-ID: To: Ben Ramsey Cc: Benjamin Eberlei , PHP Internals Content-Type: multipart/alternative; boundary="0000000000004334c105a618a18f" Subject: Re: [PHP-DEV] [RFC] Amendments to Attributes From: benas.molis.iml@gmail.com (Benas IML) --0000000000004334c105a618a18f Content-Type: text/plain; charset="UTF-8" Hey, I personally think that `UserlandAttribute` is too verbose and a quite useless change since just using `Attribute` will make little to no BC compatibility breaks (we know that thanks to Rowan, please check out Renaming PhpAttribute thread) and would also sound more natural. This would also mean that we would rename `PhpCompilerAttribute` to simply `CompilerAttribute`. Best regards, Benas Seliuginas --0000000000004334c105a618a18f--