Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110246 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 67053 invoked from network); 22 May 2020 13:40:24 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 May 2020 13:40:24 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7062E1804DD for ; Fri, 22 May 2020 05:19:34 -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-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) (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 ; Fri, 22 May 2020 05:19:34 -0700 (PDT) Received: by mail-lj1-f178.google.com with SMTP id b6so12393703ljj.1 for ; Fri, 22 May 2020 05:19:34 -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=zRLGMufkXQcUiWFaLtTt9Q5WtKOH76Bi/Sg7QDJZB5o=; b=dCVsCEvbZV+sQhSVFXaO+8ouvba3ZmrGNyMPSs4Lgp29qzJW4YMz2R2v4f7LenfLls DfHOZf4rZUh6Lek8nCfJm3SVeu7ro34dTESLV3DrKCLT4tsp6ubHwhQ1qDtjNj+7qLh5 jChVR+fOW6QP/xmCArNlvzkdrXhY3H5+qwtb2jtvM3+5z6//r7UGa67zLzkQiD7KE9pV JxknKXIm+mZ3MD2v6A0WBFLLppv4lEOLz7DDSRwuZelDLvYzwTd+z7042ZiU7uHmieas HyGsbXSr8ASrgGn4XRkV65PG3d7gSLXfVzzJj3kKPR0AIX2SinbCL9Eaqc91iAp6zere FCYQ== 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=zRLGMufkXQcUiWFaLtTt9Q5WtKOH76Bi/Sg7QDJZB5o=; b=p4UwYXJfd/LBcNRKsYq/x+3fMrRbcdirH+VDDDAPDJ+KcRIdyOpMC4pTgZTyMP+nFU 5ptM0NvN41dpLTRvpd0MY5a+JHx4DTvnCWL3SlNQvxnrwS1n4wfKLoUbk6qHCx5K+IMY ilUOsG1Mdzr3lpQJtyLr37smaPcmvR4FFdfr2pLDiomUwjaAlPy3I2WXyyyQd2DVI1yx 1lykBux9NLWh8/J6url+MkexGPPCJlwFtqrygwApGGGy20+MSs1eepFu67ePPayDZ7Zl bZj8mnLdcDzMk2ywTTr1krA1+4zi2BEs3lM6vn0tEJfJQ4ytrgAqXxM7v2UkC5ZXiKkm Pstg== X-Gm-Message-State: AOAM532e8DEg+MZNtGVFOPxPC8nrxXqxA68/QExbWJ9JC9aU/vcjH30L glqSZa+vS8zxCrg8J15SBLTTN4N1q16l8cPgrQs= X-Google-Smtp-Source: ABdhPJxto7C3mTW4cGX9e+O0EiKSJyzE1BHEI1+nODOgFxPrw77lfy5Uq/G8issm5WC/3Tnr7yWIIzq00NUponnnkGQ= X-Received: by 2002:a2e:b6cc:: with SMTP id m12mr1535404ljo.96.1590149971895; Fri, 22 May 2020 05:19:31 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 22 May 2020 15:19:19 +0300 Message-ID: To: Peter Bowyer Cc: Nikita Popov , Benjamin Eberlei , PHP Internals Content-Type: multipart/alternative; boundary="00000000000036e97905a63ba4de" Subject: Re: [PHP-DEV] [RFC] Amendments to Attributes From: benas.molis.iml@gmail.com (Benas IML) --00000000000036e97905a63ba4de Content-Type: text/plain; charset="UTF-8" Agreed. I don't think we should pollute any other than the `PHP\` namespace. If that RFC doesn't pass though, we should keep the `Attribute` class in the global namespace. Global namespace is already reserved for PHP and so, BC breaks aren't that severe whereas `Attributes\` namespace isn't reserved therefore BC breaks would be "unexpected". Best regards, Benas Seliuginas --00000000000036e97905a63ba4de--