Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110396 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 47139 invoked from network); 5 Jun 2020 23:27:04 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Jun 2020 23:27:04 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id DAE8B1804DD for ; Fri, 5 Jun 2020 15:09:50 -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=-0.2 required=5.0 tests=BAYES_40,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-yb1-f175.google.com (mail-yb1-f175.google.com [209.85.219.175]) (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, 5 Jun 2020 15:09:50 -0700 (PDT) Received: by mail-yb1-f175.google.com with SMTP id m16so5553327ybf.4 for ; Fri, 05 Jun 2020 15:09:50 -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; bh=A1/PYXN4zSwwqTsoJPQbCNN8CFBxGwFBAiuRtkqAtqM=; b=Thb2hNM7AIaWtdyFDrZn7d1hdFwGXgATep6J7BpLyFERVBuG7Ohd/N/lu9KDJYDm4j /amDiZJ9rVcC/aAyVfikgwy7NY1LHHaEhcRAwcSCDrJN0+O3kz6oF1O61hlnKF0q2IKx nOriuk1ytFaFj28oBi98T9Xu9wWqOT2ytqGcr38BxIhElc8IGLTCFiYzYgLQL2Qffdqs amA+nbEjCkjqj5TRO7s1mlsIbceWTJLd0nrC8Tymzjd63xCdjDzNZYhF7vRW4FI/TA0F HqzZZJTuOLNX+pnOlZ/TLGUmJwlmuByq8e+EqYK75ddYmksj6M1E7Nj4WviiH6C56fcc mwKQ== 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; bh=A1/PYXN4zSwwqTsoJPQbCNN8CFBxGwFBAiuRtkqAtqM=; b=UJp7BWRQFogXKso8FDuOxgsdbGofh/hSO//nkVabdZYU0ZpyhvobVRSXANZdNHeNFJ gqpaLN0F4L581cOAXK+cx46hDJWOPdrMo0SdbnWBg8am9v4d0GWWv7V4grH+uHXKCjfh pk3UD9wuhr3kIA3oBKXVn/+RwP498y3bx3JsXidVpc7Ccg1jLuaqcvVnY5NOp6gNo9sZ nb/YE5DpABNfi4fTmInhd7nQXD5LXePcd8coKrfBnI4jZHXTTbooHiM6qae5T/o1qA9H fMmg7aMMc7waFwPphn8wUftheRvo6+KeROE8J3F80ZCkR5yg3KNai4bfX6w5mfLSPJxh 2koQ== X-Gm-Message-State: AOAM533qzmrWXUlaiLZgU4apN2Xg4A/t+hytdgWeLE5WdiLh3AqBo0NL jdMvaxZXqwyUjmCfhSW8D8ph4jc8qvDodFF7RzxHAw== X-Google-Smtp-Source: ABdhPJxi+SEperpdcvIjL2JwTl4o0cVqX+QW6EINYLobRyWlfOwrLFCYffTDHODiezkKLfB718pEwc0Q3u1tlIBk6/0= X-Received: by 2002:a25:af06:: with SMTP id a6mr21551445ybh.109.1591394986366; Fri, 05 Jun 2020 15:09:46 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 6 Jun 2020 00:09:35 +0200 Message-ID: To: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [RFC][DISCUSSION] Match expression v2 From: tovilo.ilija@gmail.com (Ilija Tovilo) Hi internals > I'd like to announce the match expression v2 RFC: > https://wiki.php.net/rfc/match_expression_v2 Small reminder: Two weeks have passed since I announced the match v2 RFC with little new discussion. I'll leave it open for another two weeks and put it to a vote then if there are no objections. I will send another reminder one day before I do. Ilija