Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76688 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59948 invoked from network); 19 Aug 2014 09:12:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2014 09:12:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.176 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.217.176 mail-lb0-f176.google.com Received: from [209.85.217.176] ([209.85.217.176:55019] helo=mail-lb0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/D0-55441-10513F35 for ; Tue, 19 Aug 2014 05:12:33 -0400 Received: by mail-lb0-f176.google.com with SMTP id u10so5093914lbd.7 for ; Tue, 19 Aug 2014 02:12:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=258GuwLOW+l/jCDrzMJj65MqDcLjhSURXDk6fCams5I=; b=aciGJUPCF/uwUbBDHAMjoI81HRttlyBE41ARtcsYE/2YDXIrIyHpaSCseBYvnoYLEz 6Y65lP0t/ucb7BGYWZfkPVDfuUsZjy+w/EvXcnlv4rZW/e/E7hpX7qFJYq81/UiJw/2Z vqG7G96ARoMdT9yJdpYxxKQrtLIh5XCexsprAaSlJTz6JZh6h5v9bhMFpS0jSeP1tAKy 3czRME4z9BbdYlRtwDXNPsBRoRZiL1t+787YFvASUXeHx9ZtMuE12MQXWXZS5GxacFLv nYsYTzT6RxShfnomik6eYfcSSNVykWFtWOs6/iTxbx1OaWxa2n1EQ1Qy+M0Wt5wjnpb2 BTqA== X-Received: by 10.112.56.148 with SMTP id a20mr33447419lbq.72.1408439546864; Tue, 19 Aug 2014 02:12:26 -0700 (PDT) MIME-Version: 1.0 Sender: laruence@gmail.com Received: by 10.114.187.72 with HTTP; Tue, 19 Aug 2014 02:12:06 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 Aug 2014 17:12:06 +0800 X-Google-Sender-Auth: og74v1bVBaajGZLam7eTzh7U1tw Message-ID: To: Dmitry Stogov Cc: Andi Gutmans , Nikita Popov , PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [VOTE] Abstract Syntax Tree From: laruence@php.net (Laruence) Hey: I find a problem while I was trying play with the patch Generating phar.php Generating phar.phar Fatal error: Out of memory (allocated 786432) at /home/huixinchen/opensource/github/php-src/Zend/zend_arena.h:69 (tried to allocate 34359738400 bytes) in /home/huixinchen/opensource/github/php-src/ext/phar/phar.php on line 163 make: *** [ext/phar/phar.phar] Error 255 make: *** Waiting for unfinished jobs.... is this a knew issue? thanks On Tue, Aug 19, 2014 at 2:36 PM, Dmitry Stogov wrote: > Hi Andi, > > We already discussed most of semantic changes introduced in AST patch. > Most of them came from another approved RFC > https://wiki.php.net/rfc/uniform_variable_syntax > > Thanks. Dmitry. > > > On Tue, Aug 19, 2014 at 6:32 AM, Andi Gutmans wrote: > >> Hi Nikita, >> >> I reviewed the AST RFC on my way to vote but there was something that >> wasn=E2=80=99t clear to me. >> This patch introduces some semantic/behavioral changes in addition to th= e >> AST. >> Are these as a side-effect of how AST was implemented? Or are they >> unrelated to the AST patch? >> I think some of them make sense but I=E2=80=99m having a bit of a hard t= ime >> separating out the benefits of the AST (which I really like) and making >> other changes to semantics w/o really understanding if they are >> side-effects and we have no choice vs. we=E2=80=99re trying to solve for= two >> separate items in one RFC. >> Any BC breaks here we think could bite us? >> >> Any insight would be much appreciated. >> Thanks! >> Andi >> >> On Aug 18, 2014, at 9:41 AM, 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 >> > >> > Thanks, >> > Nikita >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> --=20 Laruence Xinchen Hui http://www.laruence.com/