Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111555 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 22870 invoked from network); 16 Aug 2020 10:35:51 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 16 Aug 2020 10:35:51 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 3F68A1804D9 for ; Sun, 16 Aug 2020 02:36:28 -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=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2, SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) (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 ; Sun, 16 Aug 2020 02:36:27 -0700 (PDT) Received: by mail-wr1-f47.google.com with SMTP id l2so12024351wrc.7 for ; Sun, 16 Aug 2020 02:36:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=beberlei-de.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=1r3WjuNA/gRp/haBlpJnBk7MJalDsMNrnzVH+f9jLLU=; b=RbdOqBGe0ByBF4GcdSUTuDXAVwS1xImyBzD2/h2Wn5C1jzM7hiS/tsZeLARHifFESH CcAcSJjuaoyN4vHMKgT8/euyi5c8+UPK8tBZh7IZNBwDR/LX5Nfl8n+jb7dDwQ0/JpIs FUUe8o1e9xhyhKZvMNJj9zJVVP+3aRsdj5N5UxgUBwGDplhiw79+tTUWrZhXqRmljMl5 3eKzWg68cin0+uZVc4fknGVbmDxWecz1POi+FyzAznhWfIAgClMhNadT260uqjLz2Ng4 dbBDG5brTer+g1gYP/0Rht3JVK+63KCfxZOzaQ2/hJsXvKblWEaAkvnCLmkXMhFZSgui 2Kpg== 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=1r3WjuNA/gRp/haBlpJnBk7MJalDsMNrnzVH+f9jLLU=; b=m0SMcm5uUDFcRo7lTj+JJK7Pu7PH0QzyH5q6cVwwH0Hgt0YXjjbFGH0Ikvj+iPOCkO z0cgtDZmgbvvF5SptbcvwHA4RANmE5UXDdM75UNVMbBAqGCnVupToZ3ANW53O+tkkiij 33FJsKrCRwTLPnuLsfI9DMO4GuUee3qXjd+eibC2DIpMHSB/29JegwgAebD0woATQPta /EYUo26AgN6d8jP4JhYKetdQVFp/d9c1vPUfyly0LFyxzsPYLxKfPYaDGNoyPpf/fXky UvfEWHtTah9BEmbJ/1UlRcqXSEIaiqHSeuSY4Up6g2u4hIusjGsqMZlGRDmQxMMR/KMN Tvww== X-Gm-Message-State: AOAM531DSr8Eyh7PJe62H6nAROl9JGQtBMVIzBsxgP4udT/tiJTVhW7H 4x15z4KgxjrHNW2VaQ7UcH1n9JVJAECawJxsPnqyGkd4ETGi6o+x X-Google-Smtp-Source: ABdhPJy1JC3SONbCiwO6YpO3sStZdsk5kdv1PKKnrlgI+t3C67sOxY+9bXSp5VemDyN2GiJUKobYQDysiAvR5JAa0l0= X-Received: by 2002:adf:ce89:: with SMTP id r9mr10792282wrn.116.1597570586729; Sun, 16 Aug 2020 02:36:26 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 16 Aug 2020 11:36:15 +0200 Message-ID: To: Derick Rethans Cc: PHP Developers Mailing List Content-Type: multipart/alternative; boundary="00000000000053771305acfb6304" Subject: Re: [PHP-DEV] [RFC] Shorter Attribute Syntax Change RFC 0.2 From: kontakt@beberlei.de (Benjamin Eberlei) --00000000000053771305acfb6304 Content-Type: text/plain; charset="UTF-8" We have updated the RFC with all (hopefully) of the feedback from this discussion: https://wiki.php.net/rfc/shorter_attribute_syntax_change Most notable changes are: - A new section with several subsections on the benefits of a closing delimiter / enclosing syntax. - A section on grouping pro/cons - Inclusion of @: as per Theodores request We are looking for further feedback from the community. On Tue, Aug 4, 2020 at 3:46 PM Derick Rethans wrote: > Hi, > > Out of Banjamin's suggestion[1], I've updated the Shorter Attribute > Syntax Change RFC to reflect that process: > > https://wiki.php.net/rfc/shorter_attribute_syntax_change > > Patches and comments welcome. > > FWIW, this has an excemption from the RM Sara as per [2]: > > > * Shorter Attribute Syntax Change > > - Joe/Derick - Please make sure this RFC moves along and reaches > > conclusion by beta3, as discussed previously. > > > cheers, > Derick > > [1] https://externals.io/message/111218#111261 > [2] https://externals.io/message/111286#111286 > > -- > PHP 7.4 Release Manager > Host of PHP Internals News: https://phpinternals.news > Like Xdebug? Consider supporting me: https://xdebug.org/support > https://derickrethans.nl | https://xdebug.org | https://dram.io > twitter: @derickr and @xdebug > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: https://www.php.net/unsub.php > > --00000000000053771305acfb6304--