Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76871 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66466 invoked from network); 25 Aug 2014 17:39:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2014 17:39:13 -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.44 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.215.44 mail-la0-f44.google.com Received: from [209.85.215.44] ([209.85.215.44:50947] helo=mail-la0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/31-57629-FB47BF35 for ; Mon, 25 Aug 2014 13:39:12 -0400 Received: by mail-la0-f44.google.com with SMTP id el20so13683998lab.17 for ; Mon, 25 Aug 2014 10:39:08 -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 :cc:content-type; bh=gBPZMgcXswAALlKN0u/50tofvVBHoxgbhmN1rlptZO8=; b=NUDZEHi0QOV6F5F69yrT8FghUK0VuR2P3n+RXIeaErnn0XIZnGFCi0OSMysCm94BCR uCvNv4sDde4jGj9p/5L/sKyaONJ6cB3Lhjeyr5Rwl4ZqVdYoNT543A0/dfozyw5laGkk uXXhOQnCc/qAMCjJmkefjPJoYZhNt+k3YttlbHjJRcMsrkYclSlT7JogLPZ8m4RS/1bU 5U1RoqeUjinKUV3YLLt0OzGkHUWNKkFwVj/I98oPxaxCfcEyhpB0L2UCE70c9XUhSVmt +tJfnpaJ3CATYfWcV/Mxi2SAPds/+P6TxpxhKAVRp70WyK9g4gX0qnKfzagoRO9/vGrl fcxg== MIME-Version: 1.0 X-Received: by 10.112.52.225 with SMTP id w1mr21995517lbo.44.1408988348110; Mon, 25 Aug 2014 10:39:08 -0700 (PDT) Received: by 10.25.154.209 with HTTP; Mon, 25 Aug 2014 10:39:08 -0700 (PDT) In-Reply-To: <53FB6D4C.9070705@php.net> References: <53FB6D4C.9070705@php.net> Date: Mon, 25 Aug 2014 19:39:08 +0200 Message-ID: To: Sebastian Bergmann Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c3fe90fb5c33050177a97d Subject: Re: [PHP-DEV] Re: [VOTE] Abstract Syntax Tree From: nikita.ppv@gmail.com (Nikita Popov) --001a11c3fe90fb5c33050177a97d Content-Type: text/plain; charset=UTF-8 On Mon, Aug 25, 2014 at 7:07 PM, Sebastian Bergmann wrote: > 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? > I don't know if I will be implementing that ext myself. In any case, before that can happen I will have to create another RFC for converting parse errors into exceptions and making sure we don't leak memory on failed parse - I think thats a prerequisite for exposing the parser to userland. Nikita --001a11c3fe90fb5c33050177a97d--