Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80356 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46598 invoked from network); 11 Jan 2015 06:54:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2015 06:54:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.237 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.237 mail-1.de-punkt.de Received: from [93.190.64.237] ([93.190.64.237:46352] helo=mail-1.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/FE-48183-93E12B45 for ; Sun, 11 Jan 2015 01:54:50 -0500 Received: from localhost (localhost [127.0.0.1]) by mail-1.de-punkt.de (Postfix) with ESMTP id 39CC53A2E6 for ; Sun, 11 Jan 2015 07:54:46 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail-1.de-punkt.de Received: from mail-1.de-punkt.de ([127.0.0.1]) by localhost (mail-1.de-punkt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UAIGSol68-IJ for ; Sun, 11 Jan 2015 07:54:46 +0100 (CET) Received: from [192.168.178.24] (p57BDE7B2.dip0.t-ipconnect.de [87.189.231.178]) (Authenticated sender: php@sebastian-bergmann.de) by mail-1.de-punkt.de (Postfix) with ESMTPSA id CE9273A28C for ; Sun, 11 Jan 2015 07:54:45 +0100 (CET) Message-ID: <54B21E3D.7060707@php.net> Date: Sun, 11 Jan 2015 07:54:53 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: internals@lists.php.net References: <53FB6D4C.9070705@php.net> 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:39 schrieb Nikita Popov: > 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. Do you have an update on this? Just making sure this will not be forgotten. IMHO it would be a huge boost for the PHP tools ecosystem if PHP 7 would expose the AST to userland.