Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110263 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 26132 invoked from network); 22 May 2020 21:52:12 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 May 2020 21:52:12 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id BF1551804F6 for ; Fri, 22 May 2020 13:31:27 -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,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS48854 94.231.96.0/20 X-Spam-Virus: No X-Envelope-From: Received: from smtp.simply.com (smtp.simply.com [94.231.106.220]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 22 May 2020 13:31:26 -0700 (PDT) Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by smtp.simply.com (Simply.com) with ESMTPSA id 49TJ6h52Vsz61jp for ; Fri, 22 May 2020 22:31:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=givoni.dk; s=unoeuro; t=1590179484; bh=jnyfH8PPkaifkIjNXjBlgWQCclCghF/6V2hh73wq7JE=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=Tx6zTPhVTV04rnpK2HlKfhHpyctPviJCEJM5vlf1YXe+iPOrBQmB7HkxncBMscEvK aYWfLZs3hHDlfybnJnipR9njH5yfAY+58sEOM/uZZbJiV6RSr7v++1Rbel4yOijU9D IibfqXy6ilZWpssaO/1y1xlGaYQ0kL+cnWKQrBkk= Received: by mail-wr1-f47.google.com with SMTP id y17so3006821wrn.11 for ; Fri, 22 May 2020 13:31:24 -0700 (PDT) X-Gm-Message-State: AOAM530igjrHRK73DXyIavJQGLyCrMnNZ/VAMJnbohwGZI8IkxOmv+kr 6R12LF81fn3ZTc9TUi/Uadnx4Wxhn0ahR0nt2os= X-Google-Smtp-Source: ABdhPJyip/ne2M3qFg8xm+crAhoTsrWeY1pn2x9WEimYfkRekjpgLyqMX1kPoIKZr70DSzzWJSJ5sOE+hvumpEu49yw= X-Received: by 2002:adf:d0d1:: with SMTP id z17mr5055620wrh.175.1590179484309; Fri, 22 May 2020 13:31:24 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 22 May 2020 22:31:13 +0200 X-Gmail-Original-Message-ID: Message-ID: To: Nikita Popov Cc: Benas IML , Peter Bowyer , Benjamin Eberlei , PHP Internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] Amendments to Attributes From: jakob@givoni.dk (Jakob Givoni) On Fri, May 22, 2020 at 5:28 PM Nikita Popov wrote: > > I don't particularly care what namespace the attribute classes are under, > just that they should have a common namespace, because there's going to be > many of them, presumably. If it was just a matter of the Attribute class, > I'd definitely say this belongs in the global namespace, but that's not > what we're dealing with at this point. > You've made a really good argument for the \Php namespace here. I get that PHP reserves the global namespace, but I'm pretty certain that if PHP ever needs any subspaces, they should be under a common, non-global, namespace.