Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109890 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 97844 invoked from network); 28 Apr 2020 18:17:59 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 28 Apr 2020 18:17:59 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D5F0C1804C2 for ; Tue, 28 Apr 2020 09:51:12 -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, 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-f43.google.com (mail-lf1-f43.google.com [209.85.167.43]) (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 ; Tue, 28 Apr 2020 09:51:12 -0700 (PDT) Received: by mail-lf1-f43.google.com with SMTP id 198so17517283lfo.7 for ; Tue, 28 Apr 2020 09:51:12 -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=oF03MGCL/YfZujPX6MP1Wy1hSrMR5ZCJZLYfWf0TO5k=; b=av419urcCDykp3uxcaHfDuoEFJJsWnQPmoulC+hqUbY64u3klmynJt+rO1Ktj3TNTv 13tlIdJpU1uPIgU0XOZQRICvTE46ioNqGH9JtHg8CdOjDir+QZcEkNzH2lcrm2aTi1hQ n5UyQXyOZMKWZyQn+M+5gvuSqUHR229FCc8UKidQ5vV5MwYVoaQ/dxF3oVh75AsJp5/W 8wu5XBhuIE9f06ousqqQBbER6/xkgBCheZE3nhwmO0E1w+Yy2FHWlMASDe0Nu5iUp4rp bCynb8eau3YO+iqYxXlBUoIpPscGNEPooqe/RuPt2Bsr5tHe97sF5Ipyq4J1IaHh6PdQ LA5w== 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=oF03MGCL/YfZujPX6MP1Wy1hSrMR5ZCJZLYfWf0TO5k=; b=XdtqnUmCzE3g3rw1Eg47a7jWyjAq761L6+P4xgxC+xVRtD8kjK8aQZ+NBhUhQl44RE xRYgaNmy55jOwKrFBI8bSPDR0lEDqz0DouRt4QFLp2QsscSLes+BBL8bFMvxTompLO1r NM4rfHiUDWS1Ysw7sdjABKfvZAXIXFvkpePU7CGs/JWP89BxarvmneTkBVjyyJLb+yY/ mYpZBRmEAS7XP23v+vkg/WIdPZTS5LpiKnUrFZbKsnYbI5DPbxp+OG9EOxkGQNnsYU2w RKhoxhlukxbKFUk3bXiNncN4s2Efr8WbNKKVPUx4Bs4sWzzy4DmvkHA8WbOxME8OUQTd hNNw== X-Gm-Message-State: AGi0PuYooXBo2rFWm7JlPqxb+WsYgfjVPMCBdX9Lg5IIy0UBGQwhrNQ1 9by7QeTDAAX4IPGT7nj7g8CfOe5AopEVgKY6fRs= X-Google-Smtp-Source: APiQypLTiucfljXbqjwJ6Pk0D050ypGo2dmJZkbveVvJR+q+vqxGS/FBIUPOMJhhgxBej64CvT12u9GU2l4c+V+6w00= X-Received: by 2002:a19:7909:: with SMTP id u9mr3763118lfc.130.1588092665769; Tue, 28 Apr 2020 09:51:05 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 28 Apr 2020 19:50:54 +0300 Message-ID: To: Marco Pivetta Cc: PHP Internals List Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Renaming PhpAttribute to Attribute From: benas.molis.iml@gmail.com (Benas IML) Hey, > Like many other things in life, just because you don't see something doesn't > mean that it is certainly not there ;-) I do understand your point and I do agree that there may be some minimal collision but stating that `Attribute` is too generic and will needlessly collide with code in the wild is a fairly bold claim. As such, I asked to back it up. Speaking on the other note, is there any problem on my side but it doesn't seem that I am able to register for a PHP wiki account [1]. I keep getting an error message "That wasn't the answer we were expecting". [1]: https://wiki.php.net/?do=register Best regards, Benas Seliuginas