Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110275 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 34872 invoked from network); 25 May 2020 23:10:31 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 25 May 2020 23:10:31 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 085AB1804C2 for ; Mon, 25 May 2020 14:50:34 -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.7 required=5.0 tests=BAYES_05,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-il1-f176.google.com (mail-il1-f176.google.com [209.85.166.176]) (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, 25 May 2020 14:50:33 -0700 (PDT) Received: by mail-il1-f176.google.com with SMTP id w18so18438979ilm.13 for ; Mon, 25 May 2020 14:50:33 -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=IzqBlDdNqW+0BsBxwpnL8AV0QZ4ovWKd4CMCsn9q0II=; b=UTpIxJILWtkB+2Gz0rddN3MZxCh85p4b64vyPKGRhnaoAZ7CiabnJO9nsNhwbsd5qK K6qUZTnDgmyvfOpiV9ZePS9xg1kFp/iL1lPhWFPGoTYEPC0EFmZCIGX//vXcB34dkuy9 bJwE8PlsHh1etGDUXCwZd+tqlHfjUZ1IKz+h3sl8O293JVguBWL6BaXo+dTa9S+dovk7 pfr8wcWdjk7ih8fxvQJdfY0W0x2Duj984SkyW9PNUsSF+rwW9HVrE0d2qvgU8xazQIzC nLq9K/fEfMBa55iFED6qcV3YBcvqfv0z8yjjYWFUBmW3gxT9dQnUfIY/t3z7a5wniIoK d22w== 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=IzqBlDdNqW+0BsBxwpnL8AV0QZ4ovWKd4CMCsn9q0II=; b=cohFeUeiEqqaQ6e+PYfv2Ub8cqUXl2C1rEG6BHfqR/itE+pY8BHKoKnBYehuDNQxO0 udQamqVZzYfcvf48916jWStqUE6fG6xrfSVFfPprIuS+I79sB3vrQA4sD2p0cfIw289S LnQNotu4/wr5L+7qjO313uqxVSd7aQGxZTphHW/3pQknY7VZ1HemoxrWy9ofj3SVxy9W vhEtHXsPFz6PvwETFZTtdQeSQoVGklBsYCeJrMVA1qAO0qGTewacQekkoc274YZOaEWl idU3mfS9NmoFJ9lXPWYtTQz9Yf8IhqFe8+NK6agwzOsObKimKHQVndEnBpeMOdGcqMZC VHNg== X-Gm-Message-State: AOAM533zY6RcTa/8BEyJGub1RL+QhAVhLH5p1mmGTXyWD63wzFb6djKH 89uuGmC/bwauFjPO0Mrg4cQqPiHgKtU8sStSmyWlDQ== X-Google-Smtp-Source: ABdhPJzX5yy42n8D9rUoSGqidk/4SZTbSQqgddKFRnkCrLm5elkZROuHKGJToR240DydSaXJqB3RwOuRe7Kl4mQS7gg= X-Received: by 2002:a92:8359:: with SMTP id f86mr26601457ild.28.1590443432225; Mon, 25 May 2020 14:50:32 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 26 May 2020 00:50:21 +0300 Message-ID: To: Internals Content-Type: multipart/alternative; boundary="000000000000d030fd05a67ff73b" Subject: Re: [RFC] VOTE: Non-capturing catches From: maxsem.wiki@gmail.com (Max Semenik) --000000000000d030fd05a67ff73b Content-Type: text/plain; charset="UTF-8" On Sun, May 10, 2020 at 11:34 AM Max Semenik wrote: > I've moved https://wiki.php.net/rfc/non-capturing_catches to voting. > Please state your opinions. This vote will will end on 2020-05-24 at 9:00 > UTC. > The vote has concluded now, and the RFC passed 48-1, thanks everyone participating! One last thing remaining is to get https://github.com/php/php-src/pull/5345 merged. However, I have no idea how to fix one last test failure - can someone help me, please? -- Best regards, Max Semenik --000000000000d030fd05a67ff73b--