Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110510 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 8795 invoked from network); 15 Jun 2020 09:31:53 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Jun 2020 09:31:53 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 3E0191804A8 for ; Mon, 15 Jun 2020 01:17:01 -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-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) (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 ; Mon, 15 Jun 2020 01:17:00 -0700 (PDT) Received: by mail-io1-f46.google.com with SMTP id u13so16831612iol.10 for ; Mon, 15 Jun 2020 01:17:00 -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=/CZxKEpqDD2THktota0iOv3N8qHZkRd/Omn2+M6QjOs=; b=WKXGqV5bjPCMG7uMvT72fIkHDQkwy4/UC6B/iuCpg6cayXaU83R7FuqRAtla0oL/BG LFVjDNdYaDvyPtyk5M1ehcL6mXLkneOgbCCSRxalZhL30eMd+HBVzFt7m4VJtZsFgRWU Scc/NYGOhW+P3/c5XEeeCNjrwJAY6lh+W0FM+lm6FjeBzyyJ3RyQnZrFgeuv3D25XGno ktljGap35f1K8ozWgCNFygQg4i3oPoYBGqRV4BpMfmj237a2M/NNzDZr6GQrFYew7tfu Yjt3kt8e/+2qQCxxde5AA9qiFcNH0eKymi3RoURMRRIQAcaNV9HOhNVPQLcLCLJfjNuY Vn5g== 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=/CZxKEpqDD2THktota0iOv3N8qHZkRd/Omn2+M6QjOs=; b=XH5BwBr6M0YFT4Og7YsILdKan7wSY1UrQOx4Lf/ftmSjCuklaxsHUbS6BcK463vTVY kNrhYqfxs4ezcckv+tJHvoU1Bjc8QV3D1l4x/hTTeWKWYiZl9F2ldcxxO5VD6sBNuCjD qR991gafk66jab0NNNyz1wGy0XIIiV5UDkwJgNeejlhyfJEopjsikDzETThNokAmqTfC 2aYUXzZDlvD1vMx7B5tCwIy98yAFopzclQUuWRpUlHC5UTUTzOKICRrramEikgrLV9R1 sM4NHF17Eqq+6k5xh3bdcqPeWDQUQoEPR0vnw88Ws3yZD4zJwCcYaB9BwdRXRz3S6Q/v G0+A== X-Gm-Message-State: AOAM530EY7T/EV0LJifS7s42Rr/u0XpTmHVbgfTKx2F0IwG9qFR6MMox C2SL3D1wNvIXV6lCEp6El9DZ+ivnYgPvKxielzY= X-Google-Smtp-Source: ABdhPJwvqFPFVCLsVGOEduyZZJNuoqjkOjx2Zw/XJTt5sqvQs3Dd8LZTA3kAwo9UPASLj0OShHBOEG99XQggqdq+hUw= X-Received: by 2002:a05:6638:dd3:: with SMTP id m19mr20838015jaj.106.1592209016925; Mon, 15 Jun 2020 01:16:56 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 15 Jun 2020 10:16:45 +0200 Message-ID: To: Ilija Tovilo Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000dcb04505a81b0cf1" Subject: Re: [PHP-DEV] [RFC] Reserve keywords in PHP 8 From: ocramius@gmail.com (Marco Pivetta) --000000000000dcb04505a81b0cf1 Content-Type: text/plain; charset="UTF-8" Hey Ilija, On Sat, Jun 13, 2020 at 9:10 PM Ilija Tovilo wrote: > Hi internals > > I created a new RFC for reserving keywords we might need in PHP 8.x > versions. > https://wiki.php.net/rfc/reserve_keywords_in_php_8 > > Let me know if there's something you'd like to work on that will > require a keyword and I will add it to the list. The keywords will > most likely be voted on separately. > This seems messy now, mostly because the `enum` symbol is very much in use in very stable packages: * https://packagist.org/packages/marc-mabe/php-enum/stats * https://packagist.org/packages/myclabs/php-enum/stats Greets, Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --000000000000dcb04505a81b0cf1--