Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76869 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62196 invoked from network); 25 Aug 2014 17:01:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2014 17:01:51 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.49 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.215.49 mail-la0-f49.google.com Received: from [209.85.215.49] ([209.85.215.49:62352] helo=mail-la0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/70-57629-DFB6BF35 for ; Mon, 25 Aug 2014 13:01:50 -0400 Received: by mail-la0-f49.google.com with SMTP id hz20so13367991lab.22 for ; Mon, 25 Aug 2014 10:01:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=gGvIYPaB68BlIprXf/GCoPgLfJ0jeSawVpfo29ediXQ=; b=Kf37a3upEbpcm9ayTEnaLLU4Lvi0GdXcyUszcZD4PGKevoVVDoDYDlcI9jm4rfap8D fWfSNLtf4N+XeN7hrhw/+ruKHX29sBUJnsoOvsDotZYThpsvA2642Nz9qoTaKMU0YfUQ EXV4xgwZbwIrnblNtgbYFyBqA+P71qoM+K6iAF09htdBYTP5EsgQT6qndRm3XGuq0Eg5 QG+vWDDZlzGwSgLbIi02eji/dCUInU4GP5exVunFnsavVPQJrZdECTEeQ5n82t/iZ+hy i6v9I74aB8T+VRbrS4pepCbM5FNbSAbcWPZ2XiBZMXJS5zjjVgzlh5fryyuKkfUNn1D7 +llw== MIME-Version: 1.0 X-Received: by 10.112.28.8 with SMTP id x8mr3557349lbg.104.1408986107004; Mon, 25 Aug 2014 10:01:47 -0700 (PDT) Received: by 10.25.154.209 with HTTP; Mon, 25 Aug 2014 10:01:46 -0700 (PDT) In-Reply-To: References: Date: Mon, 25 Aug 2014 19:01:46 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a1134042866cdc3050177248a Subject: Re: [VOTE] Abstract Syntax Tree From: nikita.ppv@gmail.com (Nikita Popov) --001a1134042866cdc3050177248a Content-Type: text/plain; charset=UTF-8 On Mon, Aug 18, 2014 at 6:41 PM, Nikita Popov wrote: > Hi internals! > > I've opened the vote on the Abstract Syntax Tree RFC: > > https://wiki.php.net/rfc/abstract_syntax_tree#vote > The Abstract Syntax Tree RFC has been accepted unanimously, with 47 votes in favor and 0 against. I'll merge the patch as soon as the int64 naming issues are resolved. Nikita --001a1134042866cdc3050177248a--