Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76870 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63801 invoked from network); 25 Aug 2014 17:07:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2014 17:07:30 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.238 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.238 mail-2.de-punkt.de Received: from [93.190.64.238] ([93.190.64.238:50376] helo=mail-2.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/D0-57629-05D6BF35 for ; Mon, 25 Aug 2014 13:07:29 -0400 Received: from localhost (localhost [127.0.0.1]) by mail-2.de-punkt.de (Postfix) with ESMTP id 08D833A371 for ; Mon, 25 Aug 2014 19:07:25 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail-2.de-punkt.de Received: from mail-2.de-punkt.de ([127.0.0.1]) by localhost (mail-2.de-punkt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Sc4h5oDKbC2z for ; Mon, 25 Aug 2014 19:07:24 +0200 (CEST) Received: from [192.168.178.24] (p4FC7C063.dip0.t-ipconnect.de [79.199.192.99]) (Authenticated sender: php@sebastian-bergmann.de) by mail-2.de-punkt.de (Postfix) with ESMTPSA id 7657A3A30D for ; Mon, 25 Aug 2014 19:07:24 +0200 (CEST) Message-ID: <53FB6D4C.9070705@php.net> Date: Mon, 25 Aug 2014 19:07:24 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [VOTE] Abstract Syntax Tree From: sebastian@php.net (Sebastian Bergmann) Am 25.08.2014 um 19:01 schrieb Nikita Popov: > The Abstract Syntax Tree RFC has been accepted unanimously, with 47 > votes in favor and 0 against. Yay! :-) Thank you for your work, Nikita. > I'll merge the patch as soon as the int64 naming issues are resolved. Do you when you'll get around to implement the extension that provides userland access to the AST? Cheers, Sebastian