Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50085 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35126 invoked from network); 2 Nov 2010 18:20:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Nov 2010 18:20:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:48435] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D2/50-33283-E5650DC4 for ; Tue, 02 Nov 2010 13:20:15 -0500 Received: from il-gw1.zend.com (unknown [10.1.1.22]) by il-mr1.zend.com (Postfix) with ESMTP id CEB17504E1; Tue, 2 Nov 2010 20:05:33 +0200 (IST) Received: from IL-EX2.zend.net ([::1]) by il-ex2.zend.net ([::1]) with mapi; Tue, 2 Nov 2010 20:09:56 +0200 To: Ilia Alshanetsky CC: Etienne Kneuss , Derick Rethans , PHP Developers Mailing List Thread-Topic: [PHP-DEV] PHP 5.4: Rewriting of the parser into Lemon Thread-Index: AQHLehTukr0w3eIu/k6q1XybXSGYWJNdFi0AgAE7m4CAACxdkg== Date: Tue, 2 Nov 2010 18:09:56 +0000 Message-ID: <00CCC93E-95BB-46B3-B94F-C6A2C45C661E@zend.com> References: <20101101224134.GG528@croustillant.local> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [PHP-DEV] PHP 5.4: Rewriting of the parser into Lemon From: zeev@zend.com (Zeev Suraski) On Nov 2, 2010, at 10:43, "Ilia Alshanetsky" wrote: > We should probably stick with the bison parser for now, at least until > the lemon matches the speed of the existing solution. >=20 +1, and there should also be some clear advantages for making the switch an= d introducing risk even once it's fast enough (not saying there aren't!) Zeev=