Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60463 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45306 invoked from network); 5 May 2012 15:07:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 May 2012 15:07:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=ekneuss@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ekneuss@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.42 as permitted sender) X-PHP-List-Original-Sender: ekneuss@gmail.com X-Host-Fingerprint: 209.85.160.42 mail-pb0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:53146] helo=mail-pb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/62-30075-B2245AF4 for ; Sat, 05 May 2012 11:07:24 -0400 Received: by pbbrp12 with SMTP id rp12so5415699pbb.29 for ; Sat, 05 May 2012 08:07:20 -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:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Vlu/xzbQizqCXhtmD0uhT0uV45m0DiYl1Z3ewGYSIzE=; b=W2ce1ftSEfex+O1RW8mkz56cRhltmusq2fl/shZjUoxwtiHtiPAQV2VcON03f7jl1t AQsk+9IxlKpVZ/62Q8jtS8QaM0S/LEH1aPBgNvFgMTlpqHf/ExACAKE6Be1Mu1sDs9rg KaXA9XJn+NRdRcqwRFNFbBmNgdZpPB8WkC9LEhRqts72RsYO99bG8jcO3rh7cB/IQl8r b9RxGhsXcnrkGEX3xA9HSDspmQBXjzPtg955H2b1ohEV9MevDnTkNWC02r4z9/vYUfaz 4fSLOq5xBNGLN5VAoyAahwpaWu1MSTHh8CmT3LnRW4PDKVtMwHtBky/kgANE7RwQh8zq FFRw== MIME-Version: 1.0 Received: by 10.68.241.165 with SMTP id wj5mr2806884pbc.73.1336230440831; Sat, 05 May 2012 08:07:20 -0700 (PDT) Sender: ekneuss@gmail.com Received: by 10.68.72.6 with HTTP; Sat, 5 May 2012 08:07:20 -0700 (PDT) In-Reply-To: <9570D903A3BECE4092E924C2985CE48555BF7139@MBX202.domain.local> References: <9570D903A3BECE4092E924C2985CE48555BEE86D@MBX202.domain.local> <9570D903A3BECE4092E924C2985CE48555BF7139@MBX202.domain.local> Date: Sat, 5 May 2012 17:07:20 +0200 X-Google-Sender-Auth: khJg1Kf-zhJmt4GdBrd4jKMdZJc Message-ID: To: Clint Priest Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] RE: Trouble with zend_language_parser.y From: colder@php.net (Etienne Kneuss) Hi Clint, On Wed, May 2, 2012 at 3:23 PM, Clint Priest wrote: > Anyone have any help with this? hard to say like this with this partial patch, do you have some git branch I can pull from to reproduce and analyze this? Alternatively, the complete an up-to-date patch? Best Regards,