Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109923 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 5017 invoked from network); 29 Apr 2020 15:01:59 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 29 Apr 2020 15:01:59 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 246331804E2 for ; Wed, 29 Apr 2020 06:35:26 -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-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) (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, 29 Apr 2020 06:35:25 -0700 (PDT) Received: by mail-lf1-f48.google.com with SMTP id 188so1658295lfa.10 for ; Wed, 29 Apr 2020 06:35:25 -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=O+mxOvwBzcfbmqWShBBPQKu/aaZ7HJrl6qG2Y/ydnNw=; b=sDE6zOz5FhBv8Rx8CrhH/WqnyVvq0TNQpREpB+JtdeYw67TMHwM1dMXVl8tu4JRph0 HPjQVvsHGLCjgNaNCyiZ4N4Q9JAJ3MEs2v3GdeHQ0eH2N8SwMa8ZCb1dQparMMc30//0 p+a/qZvyqyusUf4vsPgnuLkx1Z589YX2//UJim+yaZFFjWdlnOuoMOhRKClzJow88JA/ BudLvU94HDyURpTZJtd3bl3DqS8YQBxf5AcPvzaIwTgfK6x56Ta6U9qqG/90tqLK4GE4 EYZlHbGo5VTmgu/rfErPVv4nbH/iSvnaaNIdM14Wid1/evDkzhU2JqMPoXo0XWnNUPgp 1lGw== 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=O+mxOvwBzcfbmqWShBBPQKu/aaZ7HJrl6qG2Y/ydnNw=; b=SSSDuB0UbTsflstMw6SOGUhcMQZ2JUUl1dFF9+JX0EAURpDV8cZ7LKf2mJLObIXeQZ j1ZuEuDD8xRC6c31Txiiz/nhihHhAI9jHpYhzmROPW4L5HyJcaRUWzhMSewKPQpX9Vo2 CQ9I9AVPykPHnrG95noKfdOrvm3QHKGyJqlH81tuDholkuaiJcawoAExjT++AEkFJpTE H3frfvKcrE217Y2GGBG/oEaftUwVJvzrlDz02pCzhzQdX5NR4QP/IBJFQ0v+OOPHmAxH DgZKJ2rHJpmseGMMAenHB8EO3Z+eRd+JRtUTMbXZJkc10xtuH1NlaDRTENAxevvR1Faa //uw== X-Gm-Message-State: AGi0Pubca9tZcByMNdbQsaikFoY2kgPa8FXG9zRisC8kEyj0GtRD56/w qytG9Siyny+SkWsKYmci1O8w3z9bmlhMcanI+VQzjg== X-Google-Smtp-Source: APiQypLru8iQzmR3Pqs66Nqvn5Ho+F6YTvuYifGIS7+wwaFON/sn2vIPK6PjCWJzReIlsn2mB6SnTjn6H0BzIiJDPm0= X-Received: by 2002:a05:6512:259:: with SMTP id b25mr22546659lfo.16.1588167324188; Wed, 29 Apr 2020 06:35:24 -0700 (PDT) MIME-Version: 1.0 References: <4063585.LhOdPkFbeG@mcmic-probook> In-Reply-To: <4063585.LhOdPkFbeG@mcmic-probook> Date: Wed, 29 Apr 2020 16:35:11 +0300 Message-ID: To: =?UTF-8?Q?C=C3=B4me_Chilliet?= Cc: PHP Internals List Content-Type: multipart/alternative; boundary="00000000000033c32405a46e0551" Subject: Re: [PHP-DEV] Renaming PhpAttribute to Attribute From: benas.molis.iml@gmail.com (Benas IML) --00000000000033c32405a46e0551 Content-Type: text/plain; charset="UTF-8" Hello, Since your project is just a single example, we still can't make such a bold claim that `\Attribute` is used a lot. While "attribute" is a fairly generic word, just about everyone uses namespaced classes and therefore it's not a huge problem. Moreover, PHP 8 is a major release so BC in such cases isn't the first priority. Also, it's important to mention that the introduction of functions such as `str_contains()` is also a breaking change for some. But the benefits it provides outweigh the 0.1% who may get BC issues. Best regards, Benas Seliuginas --00000000000033c32405a46e0551--